Create traces feed resource

This commit is contained in:
Anton Khorev 2025-01-18 23:01:47 +03:00
parent 2626c763b5
commit f2a0f53cf5
10 changed files with 149 additions and 130 deletions

View file

@ -22,7 +22,7 @@ class Ability
can [:create, :update], :password
can :read, Redaction
can [:create, :destroy], :session
can [:read, :data, :georss], Trace
can [:read, :data], Trace
can [:read, :create, :suspended, :auth_success, :auth_failure], User
can :read, UserBlock
end