Sha256: a8ae96550a9d1762b1a8c31ca568c425f4c16aab99a6033dd46f01fbe50341db
Contents?: true
Size: 150 Bytes
Versions: 10
Compression:
Stored size: 150 Bytes
Contents
class HomeController < ApplicationController layout "main" def index end def edit_nested render :edit, :layout=>"nested" end end
Version data entries
10 entries across 10 versions & 1 rubygems