Skip to content

Instantly share code, notes, and snippets.

@HoyaBoya
Created December 10, 2013 13:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HoyaBoya/7890846 to your computer and use it in GitHub Desktop.
Save HoyaBoya/7890846 to your computer and use it in GitHub Desktop.
Spree::Admin::ReportsController.class_eval do
add_available_report! :some_report
def some_report
# do something
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment