Exception: SteelWheel::FormAttributesNotImplementedError

Inherits:
Error
  • Object
show all
Defined in:
lib/steel_wheel.rb

Overview

rubocop:disable Style/Documentation

Instance Method Summary collapse

Constructor Details

#initializeFormAttributesNotImplementedError



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")