Sha256: b7883bc2f2391fef70af91d833fd73736a5dbc0605d2d8b8c4995d549e8cc32b
Contents?: true
Size: 237 Bytes
Versions: 1
Compression:
Stored size: 237 Bytes
Contents
class SamplesController < ActionController::Base set_layout "application", :only => :index set_layout "site", :only => :show set_layout "modal", :except => [:index, :show] def index end def show end def edit end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
layout-0.1.0 | spec/support/app/controllers/samples_controller.rb |