method
inject_options
v3.2.13 -
Show latest stable
- Class:
Rails::Generators::GeneratedAttribute
inject_options()public
No documentation available.
# File railties/lib/rails/generators/generated_attribute.rb, line 98
def inject_options
"".tap { |s| @attr_options.each { |k,v| s << ", :#{k} => #{v.inspect}" } }
end