Sha256: 4b0f8f8123328a22173a7a3a866343cc1cd440bd475715361c85456fb9e8559c

Contents?: true

Size: 143 Bytes

Versions: 25

Compression:

Stored size: 143 Bytes

Contents

class Canine < ActiveRecord::Base
  self.abstract_class = true
  
  def an_abstract_method
    :correct_abstract_method_response
  end
  
end

Version data entries

25 entries across 25 versions & 4 rubygems

Version Path
has_many_polymorphs-2.12 test/models/canine.rb
has_many_polymorphs-2.11 test/models/canine.rb
spree-0.6.0 vendor/plugins/has_many_polymorphs/test/models/canine.rb
spree-0.7.0 vendor/plugins/has_many_polymorphs/test/models/canine.rb
spree-0.7.1 vendor/plugins/has_many_polymorphs/test/models/canine.rb