Create issued blocks resource
This commit is contained in:
parent
0b755d8630
commit
7a4115f090
12 changed files with 147 additions and 119 deletions
|
@ -24,7 +24,7 @@ class Ability
|
|||
can [:create, :destroy], :session
|
||||
can [:read, :data, :georss], Trace
|
||||
can [:read, :terms, :create, :save, :suspended, :auth_success, :auth_failure], User
|
||||
can [:read, :blocks_on, :blocks_by], UserBlock
|
||||
can [:read, :blocks_on], UserBlock
|
||||
end
|
||||
|
||||
if user&.active?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue