method

attachment?

rails latest stable - Class: Rails::Generators::GeneratedAttribute
attachment?()
public

No documentation available.

# File railties/lib/rails/generators/generated_attribute.rb, line 211
      def attachment?
        type == :attachment
      end