Skip to content

Commit

Permalink
Updates the router helper for merb-auth to allow for custom routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Neighman committed Oct 10, 2008
1 parent a747d26 commit 688017c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions merb-auth/lib/merb-auth/router_helper.rb
Expand Up @@ -7,6 +7,7 @@ class Behavior
# when adding slices
def merb_auth_routes(opts = {})
slice(:merb_auth_slice_password, opts)
yield if block_given?
end

end # Behavior
Expand Down

0 comments on commit 688017c

Please sign in to comment.