module Torque::PostgreSQL::Reflection::HasManyReflection

Public Instance Methods

connected_through_array?() click to toggle source
# File lib/torque/postgresql/reflection/has_many_reflection.rb, line 7
def connected_through_array?
  options[:array]
end