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
Prefix JSON with ::JSON when using it inside a Reform::Form because otherwise it will pick up the Reform JSON module (also, possibly Hash).
When you are doing the funky "use class name as module name", require the model class at the top of the file first, otherwise ActiveRecord will get confused.