Flowdock
method

columns

Importance_0
v3.0.9 - Show latest stable - 0 notes - Class: ActiveRecord::Reflection::AssociationReflection
columns(tbl_name, log_msg) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activerecord/lib/active_record/reflection.rb, line 229
      def columns(tbl_name, log_msg)
        @columns ||= klass.connection.columns(tbl_name, log_msg)
      end
Register or log in to add new notes.