Sha256: fc4442e32328173ceb225720d07d45aad7b6bd52e5be909af9fd300b7fb39225

Contents?: true

Size: 188 Bytes

Versions: 4

Compression:

Stored size: 188 Bytes

Contents

class WelcomeController < ApplicationController
  layout 'curate_nd/2_column'

  respond_to :html
  def index
    respond_with
  end

  private

  def show_action_bar?
    false
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
curate-0.1.3 app/controllers/welcome_controller.rb
curate-0.1.2 app/controllers/welcome_controller.rb
curate-0.1.1 app/controllers/welcome_controller.rb
curate-0.1.0 app/controllers/welcome_controller.rb