Sha256: 3a37ecce4ed93c2635ec43a3d79fa732b11c4ea1890218d88407a779e58f8928
Contents?: true
Size: 293 Bytes
Versions: 9
Compression:
Stored size: 293 Bytes
Contents
module Alchemy class ContentsController < BaseController load_and_authorize_resource layout false rescue_from CanCan::AccessDenied do |exception| raise ActiveRecord::RecordNotFound end respond_to :json def show respond_with @content end end end
Version data entries
9 entries across 9 versions & 1 rubygems