Sha256: 6957f5253f6d374dcf1b8a06c75aee93a6e6231aab44f954648eb71734934c71
Contents?: true
Size: 206 Bytes
Versions: 9
Compression:
Stored size: 206 Bytes
Contents
class ImagesController < ApplicationController respond_to :json authenticate :user find_resource :image, find_attribute: :token, only: :show # any role def show respond_with @image end end
Version data entries
9 entries across 9 versions & 1 rubygems