spec/lib/model.rb in active_mocker-1.1.3 vs spec/lib/model.rb in active_mocker-1.1.4

- old
+ new

@@ -1,7 +1,10 @@ class Model < ActiveRecord::Base include FooBar extend Baz + + include ModelCore::PlanService::Dah + belongs_to :company, class_name: 'PlanServiceCategory' has_many :users has_one :account has_and_belongs_to_many :disclosure devise :database_authenticatable, :registerable, \ No newline at end of file