-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
Need to change a little bit the settings.rb, then created the migration... running fine THANKS !
cattr_accessor :defaults
attr_accessible :var, :value
def Settings.defaults
@@defaults ||= {}.with_indifferent_access
end
Also Have to modify one line in
def self.method_missing(method, *args)
if method_name =~ /=$/
unless (method_name =~ /=$/).nil?
Metadata
Metadata
Assignees
Labels
No labels