Sha256: 54bc75b3c5b543608b032029a116b1b6c71e0ef9c4b84133012daa0756bc664e

Contents?: true

Size: 272 Bytes

Versions: 32

Compression:

Stored size: 272 Bytes

Contents

module PushType
  module InvitationMethods
    extend ActiveSupport::Concern

    def invite
      load_user
      @user.resend_confirmation_instructions
      flash[:notice] = 'Sign up instructions have been resent to the user.'
      redirect_to :back
    end

  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
push_type_auth-0.8.2 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.8.1 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.8.0 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.8.0.beta.3 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.8.0.beta.2 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.8.0.beta.1 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.7.0 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.7.0.beta.1 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.6.0 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.6.0.beta.4 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.6.0.beta.3 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.6.0.beta.2 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.6.0.beta.1 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.5.3 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.5.2 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.5.1 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.5.0 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.5.0.alpha.5 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.5.0.alpha.4 app/controllers/concerns/push_type/invitation_methods.rb
push_type_auth-0.5.0.alpha.3 app/controllers/concerns/push_type/invitation_methods.rb