Sha256: 90ced6e9326aa7055d2619bec787289060de22cdcb09de116393f38e7fa30002

Contents?: true

Size: 150 Bytes

Versions: 2

Compression:

Stored size: 150 Bytes

Contents

class ApplicationController < ActionController::Base
  append_view_path File.dirname(__FILE__)

  def index
    render :template => 'index'
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tiny-rails-0.1.1 templates/application_controller.rb
tiny-rails-0.1.0 templates/application_controller.rb