informativo basico

This commit is contained in:
lontra
2019-05-29 21:06:15 +03:00
parent 102301019b
commit 7eb4842141
16 changed files with 68 additions and 82 deletions

View File

@@ -0,0 +1,4 @@
class Informativo < ApplicationRecord
self.table_name = "informativo"
paginates_per 10
end