5 lines
93 B
Ruby
5 lines
93 B
Ruby
# frozen_string_literal: true
|
|
|
|
class InvitationsController < Devise::PasswordsController
|
|
end
|