Adding wysiwyg and settings

This commit is contained in:
2013-09-28 04:59:19 -07:00
parent f03ffcd356
commit 2c204a8f9d
171 changed files with 26473 additions and 72 deletions

3
app/models/setting.rb Normal file
View File

@@ -0,0 +1,3 @@
class Setting < RailsSettings::CachedSettings
attr_accessible :var
end