Created
June 8, 2014 08:23
-
-
Save manuelmeurer/27cb13fb7bdbba49706a to your computer and use it in GitHub Desktop.
Use RocketPants with RABL
This file contains 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 APIController < RocketPants::Base | |
include ActionController::Rendering, ActionController::MimeResponds, AbstractController::Layouts | |
append_view_path Rails.root.join('app', 'views') | |
... | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment