Created
September 30, 2015 02:15
-
-
Save BenMorganIO/eda997baf3e2e2957da5 to your computer and use it in GitHub Desktop.
base controller example usage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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