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

Version Path
whowish_word-1.0.0 rails/app/controllers/home_controller.rb
whowish_word-0.6.5 rails/app/controllers/home_controller.rb
whowish_word-0.6.4 rails/app/controllers/home_controller.rb
whowish_word-0.6.3 rails/app/controllers/home_controller.rb
whowish_word-0.6.2 rails/app/controllers/home_controller.rb
whowish_word-0.6.2gem rails/app/controllers/home_controller.rb
whowish_word-0.6.1 rails/app/controllers/home_controller.rb
whowish_word-0.6.0 rails/app/controllers/home_controller.rb
whowish_word-0.5.5 rails/app/controllers/home_controller.rb
whowish_word-0.5.4 rails/app/controllers/home_controller.rb