Refactor prices

#475
This commit is contained in:
Artur Beljajev 2017-04-26 00:51:06 +03:00
parent 5fdc1938af
commit 5a533e09bf
44 changed files with 1027 additions and 375 deletions

5
app/models/billing.rb Normal file
View file

@ -0,0 +1,5 @@
module Billing
def self.use_relative_model_naming?
true
end
end