Sha256: f201ba4fa1a7505a32c4cee122e067137d0d9a200437285128b58cf266c226ed
Contents?: true
Size: 233 Bytes
Versions: 18
Compression:
Stored size: 233 Bytes
Contents
class SongsController < ApplicationController # power check is missing, but we're skipping it for a single action' skip_power_check :only => :show def show render_nothing end def update render_nothing end end
Version data entries
18 entries across 18 versions & 1 rubygems