New to ROR working through a tutorial attempting to generate a default policy file for my application with the pundit:install
.
$ rails g pundit:install
generates the following error:
.rvm/gems/ruby-2.2.0/gems/devise-3.4.1/lib/devise/models.rb:88:in `const_get': wrong constant name Admin? (NameError)
I also tried captilizing pundit with the following command:
$ rails g Pundit:install
, but it generates the same error: