You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It specifies after: "class #{user_class} < ActiveRecord::Base\n". Although Rails 5 doesn't specify ActiveRecord::Base, it specifies ApplicationRecord in the user models.
The text was updated successfully, but these errors were encountered:
TheDeadCode
changed the title
Rails 5 generator doesn't insert concert
Rails 5 generator doesn't insert concern
Apr 30, 2016
See this file install_generator.rb.
It specifies
after: "class #{user_class} < ActiveRecord::Base\n"
. Although Rails 5 doesn't specifyActiveRecord::Base
, it specifiesApplicationRecord
in the user models.The text was updated successfully, but these errors were encountered: