Skip to content

Instantly share code, notes, and snippets.

@rodriguezartav
Created October 13, 2011 18:47
Show Gist options
  • Save rodriguezartav/1285105 to your computer and use it in GitHub Desktop.
Save rodriguezartav/1285105 to your computer and use it in GitHub Desktop.
Pages Controller
class PagesController < ApplicationController
def home
render 'home' ,:layout => 'js'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment