Closed Emerson closed 10 years ago
Yup, I think we have a winner, love dat API
class MomentumCms::Site < ActiveRecord::Base
has_settings do |s|
s.key :dashboard, :defaults => { :theme => 'blue', :view => 'monthly', :filter => false }
s.key :calendar, :defaults => { :scope => 'company'}
end
end
Given the most recent pull request (#8), I think we can close this.
https://github.com/ledermann/rails-settings Looks promising.