Sha256: 383154a65b25c44f1125c72be0a5fb66449fafa7f55d4e5d3db43fd3651fcf83

Contents?: true

Size: 130 Bytes

Versions: 4

Compression:

Stored size: 130 Bytes

Contents

class HomeController < ApplicationController
  
  layout "main"
  
  def edit_nested
    render :edit, :layout=>"nested"
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
whowish_word-0.5.3 rails/app/controllers/home_controller.rb
whowish_word-0.5.2 rails/app/controllers/home_controller.rb
whowish_word-0.5.1 rails/app/controllers/home_controller.rb
whowish_word-0.5.0 rails/app/controllers/home_controller.rb