Skip to content

Instantly share code, notes, and snippets.

@manuelmeurer
Created June 8, 2014 08:23
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 manuelmeurer/27cb13fb7bdbba49706a to your computer and use it in GitHub Desktop.
Save manuelmeurer/27cb13fb7bdbba49706a to your computer and use it in GitHub Desktop.
Use RocketPants with RABL
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