Sha256: 40d84d27a20fd7f71ec98aa129f357f6fa244874f0e23eaeac6b1f475d3abd6a
Contents?: true
Size: 135 Bytes
Versions: 8
Compression:
Stored size: 135 Bytes
Contents
class AccessibleOnlyController < ApplicationController param_accessible :a, :only => :first def first; end def second; end end
Version data entries
8 entries across 8 versions & 2 rubygems