When the RAILS_ENV
is set to production
, the concern will be eagerly
loaded. As we include Pundit
here, this means that it'll fail if
pundit
isn't included in the bundle.
Fixes #1048 (closed).
When the RAILS_ENV
is set to production
, the concern will be eagerly
loaded. As we include Pundit
here, this means that it'll fail if
pundit
isn't included in the bundle.
Fixes #1048 (closed).