Exception: SteelWheel::FormAttributesNotImplementedError
- Defined in:
- lib/steel_wheel.rb
Overview
rubocop:disable Style/Documentation
Instance Method Summary collapse
-
#initialize ⇒ FormAttributesNotImplementedError
constructor
A new instance of FormAttributesNotImplementedError.
Constructor Details
#initialize ⇒ FormAttributesNotImplementedError
Returns a new instance of FormAttributesNotImplementedError.
38 39 40 41 42 43 44 45 46 47 |
# File 'lib/steel_wheel.rb', line 38 def initialize super(" Subclass must implement form_attributes which returns a hash of attributes for the form\n\n Example:\n def form_attributes\n { model: model }\n end\n HEREDOC\nend\n") |