Module: DeadSimpleCMS::Util::Identifier::InstanceMethods
- Defined in:
- lib/dead_simple_cms/util/identifier.rb
Instance Method Summary collapse
Instance Method Details
#initialize(identifier, options = {}) ⇒ Object
22 23 24 25 26 |
# File 'lib/dead_simple_cms/util/identifier.rb', line 22 def initialize(identifier, ={}) @identifier = identifier.to_sym @label = [:label] || identifier.to_s.titleize super() end |