Sha256: 45e717784c872ab8698576422dc10138b810da7fbe28713e654c2982e49ad2ab
Contents?: true
Size: 152 Bytes
Versions: 3
Compression:
Stored size: 152 Bytes
Contents
class BarController < InheritedResources::Base layout_options :overlay => :new, :none => :create def new; end def show; end def create; end end
Version data entries
3 entries across 3 versions & 1 rubygems