class Rails::Generators::GeneratedAttribute
@private
Public Instance Methods
Source
# File lib/generators/rspec.rb, line 47 def input_type @input_type ||= if type == :text "textarea" else "input" end end
@private
# File lib/generators/rspec.rb, line 47 def input_type @input_type ||= if type == :text "textarea" else "input" end end