Sha256: 7110ffbed53e8b6c156dddd85b39fa2af30bf4fbfca07323d6abd147fb4ce1cf

Contents?: true

Size: 116 Bytes

Versions: 5

Compression:

Stored size: 116 Bytes

Contents

module DeathAndTaxes
  class Taxation < ::ActiveRecord::Base
    belongs_to :taxable, :polymorphic => true
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
death_and_taxes-0.0.5 lib/death_and_taxes/taxation.rb
death_and_taxes-0.0.4 lib/death_and_taxes/taxation.rb
death_and_taxes-0.0.3 lib/death_and_taxes/taxation.rb
death_and_taxes-0.0.2 lib/death_and_taxes/taxation.rb
death_and_taxes-0.0.1 lib/death_and_taxes/taxation.rb