Skip to content

Instantly share code, notes, and snippets.

@carllerche
Created August 6, 2008 07:30
Show Gist options
  • Save carllerche/4186 to your computer and use it in GitHub Desktop.
Save carllerche/4186 to your computer and use it in GitHub Desktop.
class Application < Merb::Controller
before :login_required
end
class Foo < Application
end
class Bar < Application
before :login_required, :only => :create
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment