Skip to content

Instantly share code, notes, and snippets.

@BenMorganIO
Created September 30, 2015 02:15
Show Gist options
  • Select an option

  • Save BenMorganIO/eda997baf3e2e2957da5 to your computer and use it in GitHub Desktop.

Select an option

Save BenMorganIO/eda997baf3e2e2957da5 to your computer and use it in GitHub Desktop.
base controller example usage
class MyController < BaseController
def index
super MyModel
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment