Module: Iord::Defaults

Extended by:
ActiveSupport::Concern
Included in:
Controller
Defined in:
lib/iord/defaults.rb

Instance Method Summary collapse

Instance Method Details

#default(key) ⇒ Object



14
15
16
# File 'lib/iord/defaults.rb', line 14

def default(key)
  self.class._iord_defaults[key]
end