mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Yeah, it was supposed to be #create?
This commit is contained in:
parent
7745a22ec7
commit
4d81809f36
@ -8,7 +8,7 @@ class InvitesController < ApplicationController
|
|||||||
before_action :authenticate_user!
|
before_action :authenticate_user!
|
||||||
|
|
||||||
def index
|
def index
|
||||||
authorize :invite, :index?
|
authorize :invite, :create?
|
||||||
|
|
||||||
@invites = invites
|
@invites = invites
|
||||||
@invite = Invite.new(expires_in: 1.day.to_i)
|
@invite = Invite.new(expires_in: 1.day.to_i)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user