bootstrap and simpleform

This commit is contained in:
Min Zeya Phyo
2017-04-04 02:00:34 +06:30
parent c10db71cbc
commit efd0398baa
15 changed files with 527 additions and 17 deletions

5
app/models/setup.rb Normal file
View File

@@ -0,0 +1,5 @@
module Setup
def self.table_name_prefix
'setup_'
end
end