thats all

This commit is contained in:
Connor Turland 2017-02-12 00:27:57 +00:00
parent f9f1598529
commit ecdce92958

View file

@ -2,6 +2,8 @@
module Api
module V2
class TokensController < RestfulController
protect_from_forgery
def searchable_columns
[:description]
end