method

columns

rails latest stable - Class: ActiveRecord::Reflection::AssociationReflection

Method deprecated or moved

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

columns(tbl_name)
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 241
      def columns(tbl_name)
        @columns ||= klass.connection.columns(tbl_name)
      end