Sha256: ee6eca878b0d9e195c03fd80e35c17030de888ad79ecd8d066583edaef32d9ba

Contents?: true

Size: 172 Bytes

Versions: 15

Compression:

Stored size: 172 Bytes

Contents

class AutoError::MainController < AutoError::ApplicationController
  before_filter :ensure_authenticated

  def index
    render layout: 'auto_error/application'
  end
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
auto_error-0.0.18 app/controllers/auto_error/main_controller.rb
auto_error-0.0.16 app/controllers/auto_error/main_controller.rb
auto_error-0.0.15 app/controllers/auto_error/main_controller.rb
auto_error-0.0.14 app/controllers/auto_error/main_controller.rb
auto_error-0.0.13 app/controllers/auto_error/main_controller.rb
auto_error-0.0.12 app/controllers/auto_error/main_controller.rb
auto_error-0.0.10 app/controllers/auto_error/main_controller.rb
auto_error-0.0.9 app/controllers/auto_error/main_controller.rb
auto_error-0.0.8 app/controllers/auto_error/main_controller.rb
auto_error-0.0.7 app/controllers/auto_error/main_controller.rb
auto_error-0.0.6 app/controllers/auto_error/main_controller.rb
auto_error-0.0.5 app/controllers/auto_error/main_controller.rb
auto_error-0.0.4 app/controllers/auto_error/main_controller.rb
auto_error-0.0.3 app/controllers/auto_error/main_controller.rb
auto_error-0.0.2 app/controllers/auto_error/main_controller.rb