Skip to content

Commit

Permalink
Fix link app/controllers/devise/invitations_controller.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Zubkov committed Jul 20, 2015
1 parent bddef56 commit 7d63d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Please refer to {Devise's README}[http://github.com/plataformatec/devise] for mo

== Configuring controllers

To change the controller's behavior, create a controller that inherits from <tt>Devise::InvitationsController</tt>. The available methods are: new, create, edit, and update. You should read the {original controllers source}[https://raw.github.com/scambra/devise_invitable/master/app/controllers/devise/invitations_controller.rb] before editing any of these actions. Your controller might now look something like this:
To change the controller's behavior, create a controller that inherits from <tt>Devise::InvitationsController</tt>. The available methods are: new, create, edit, and update. You should read the {original controllers source}[https://github.com/scambra/devise_invitable/blob/master/app/controllers/devise/invitations_controller.rb] before editing any of these actions. Your controller might now look something like this:

class Users::InvitationsController < Devise::InvitationsController
def update
Expand Down

0 comments on commit 7d63d2f

Please sign in to comment.