Sha256: 5c7a1beb7521930d54765473dc51e1d8ed8622a2588f933d01f49d05931056a6
Contents?: true
Size: 417 Bytes
Versions: 4
Compression:
Stored size: 417 Bytes
Contents
class FluffiesController < ApplicationController include Heimdallr::Resource load_and_authorize_resource :resource => :entity def index render :nothing => true end def new render :nothing => true end def create render :nothing => true end def edit render :nothing => true end def update render :nothing => true end def destroy render :nothing => true end end
Version data entries
4 entries across 4 versions & 1 rubygems