Closed solnic closed 9 years ago
We need to add requires for all the AM parts that we depend on. Other things to check:
require "rom/model/form"
require "rom/model/attributes"
require "rom/model/validator"
This issue was moved to rom-rb/rom-rails#41
We need to add requires for all the AM parts that we depend on. Other things to check:
require "rom/model/form"
should workrequire "rom/model/attributes"
should workrequire "rom/model/validator"
should work