method

reference?

reference?(type)
public

No documentation available.

# File railties/lib/rails/generators/generated_attribute.rb, line 72
        def reference?(type)
          [:references, :belongs_to].include? type
        end