Module: Rails::Angulate::Helpers::Tags::TagCommon::ClassMethods
- Defined in:
- lib/rails/angulate/helpers/tags/tag_common.rb
Instance Method Summary collapse
Instance Method Details
#field_type ⇒ Object
81 82 83 |
# File 'lib/rails/angulate/helpers/tags/tag_common.rb', line 81 def field_type @field_type ||= super.sub(/^ng/, '') end |