Closed dnara closed 6 months ago
Rails command does not proceed because of this error below.
NameError: uninitialized constant ApplicationRecord (NameError)
class User < ApplicationRecord
Rails command will be executed.
My bad. application_record.rb file was missing in the Model folder.
Environment
Current behavior
Rails command does not proceed because of this error below.
NameError: uninitialized constant ApplicationRecord (NameError)
class User < ApplicationRecord
Expected behavior
Rails command will be executed.