Skip to content

Instantly share code, notes, and snippets.

@typeoneerror
Created October 6, 2011 23:44
Show Gist options
  • Select an option

  • Save typeoneerror/1269035 to your computer and use it in GitHub Desktop.

Select an option

Save typeoneerror/1269035 to your computer and use it in GitHub Desktop.
class PagesController < ApplicationController
before_filter :authenticate
caches_page :home, :privacy
# Show the home page.
def home; end
# Show the privacy policy page.
def privacy; end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment