Skip to content

Instantly share code, notes, and snippets.

@austinbv
Created July 15, 2011 03:29
Show Gist options
  • Save austinbv/1084000 to your computer and use it in GitHub Desktop.
Save austinbv/1084000 to your computer and use it in GitHub Desktop.
class PostsController < ApplicationController
append_before_filter :false?
# ... Regular scaffold generated controller code
private
def false?
false
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment