NoMethodError: undefined method `validates' for Boxroom::UserFile::Contract::Notify:Class
Opened this issue · 0 comments
zahid313 commented
I am getting error when trying to run migrations of Boxroom
NoMethodError: undefined method `validates' for Boxroom::UserFile::Contract::Notify:Class
Did you mean? validation
I am having following in my Gemfile
ruby '2.3.1'
gem 'rails', '~> 5.1.0'
I am following all the instructions given in README file.