method

attributes

rails latest stable - Class: Rails::Generator::NamedBase

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.

attributes()
protected

No documentation available.

# File railties/lib/rails_generator/base.rb, line 223
        def attributes
          @attributes ||= @args.collect do |attribute|
            Rails::Generator::GeneratedAttribute.new(*attribute.split(":"))
          end
        end