Sha256: 5e796c8383b1cd433619641709e970c0ca81f248388f4b15964b05c273356b1e

Contents?: true

Size: 186 Bytes

Versions: 10

Compression:

Stored size: 186 Bytes

Contents

require "#{File.dirname(__FILE__)}/scopable_by_test_city"
class AmbiguousScopedClass < ApplicationRecord
  has_many :test_cities
  belongs_to :test_city

  include ScopableByTestCity
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
authz-0.0.5 spec/support/scopables/ambiguous_scoped_class.rb
authz-0.0.4 spec/support/scopables/ambiguous_scoped_class.rb
authz-0.0.3 spec/support/scopables/ambiguous_scoped_class.rb
authz-0.0.2 spec/support/scopables/ambiguous_scoped_class.rb
authz-0.0.1 spec/support/scopables/ambiguous_scoped_class.rb
authz-0.0.1.alpha5 spec/support/scopables/ambiguous_scoped_class.rb
authz-0.0.1.alpha4 spec/support/scopables/ambiguous_scoped_class.rb
authz-0.0.1.alpha3 spec/support/scopables/ambiguous_scoped_class.rb
authz-0.0.1.alpha2 spec/support/scopables/ambiguous_scoped_class.rb
authz-0.0.1.alpha spec/support/scopables/ambiguous_scoped_class.rb