lib/tickethub/app/package.rb in tickethub-0.0.4 vs lib/tickethub/app/package.rb in tickethub-0.0.5

- old
+ new

@@ -1,9 +1,8 @@ module Tickethub class App::Package < Resource path '/app/packages' - require_relative '../app' - - association :app, Tickethub::App + attribute :price, type: :money + attribute :currency, type: :currency end end \ No newline at end of file