Methods

Files

Merb::Authentication::Mixins::RedirectBack

Public Class Methods

included(base) click to toggle source
# File lib/merb-auth-more/mixins/redirect_back.rb, line 44
def self.included(base)
  base.class_eval do
    after  :_set_return_to,   :only => :unauthenticated
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.