Module: Trek::IdentifierHelper
- Included in:
- CssClassesHelpers, Form::CollectionSelectComponent, Form::GroupedCollectionSelectComponent, Form::LinkSelectComponent
- Defined in:
- app/helpers/trek/identifier_helper.rb
Instance Method Summary collapse
Instance Method Details
#identifier ⇒ Object
3 4 5 |
# File 'app/helpers/trek/identifier_helper.rb', line 3 def identifier @identifier ||= self.class.name.gsub("Component", "").underscore.dasherize.split("/").join("--") end |