Skip to content

Instantly share code, notes, and snippets.

@watson
Created August 2, 2011 09:44
Show Gist options
  • Save watson/1119909 to your computer and use it in GitHub Desktop.
Save watson/1119909 to your computer and use it in GitHub Desktop.
ActiveAdmin helper issue: Changes in user_helper.rb doesn't take effect until after a server restart
<%= my_helper %>
module Admin::UserHelper
def my_helper
# perform stuff...
end
end
ActiveAdmin.register User do
form :partial => "form"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment