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
I couldn't get our Rails engines to work in testing environments with this gem as they aren't "proper" Rails apps. My solution was to add ActiveRecord::Base.send :extend, EnumHelp::I18n from the Railtie into it's own initializer. This might help anyone trying to run enum_help outside of Rails.
error trace
The text was updated successfully, but these errors were encountered: