Sha256: 7603fec40fc681078eb75f2c2d860391405872ef110cd2ab4fd8ae9e860d7443

Contents?: true

Size: 215 Bytes

Versions: 7

Compression:

Stored size: 215 Bytes

Contents

class ApplicationController < ActionController::Base
  protect_from_forgery

  def index
    render nothing: true
  end

  def subdomain
    render nothing: true
  end

  def blog
    render nothing: true
  end
end

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
simple-constraints-1.0.2 spec/dummy/app/controllers/application_controller.rb
simple-validators-1.2.0 spec/dummy/app/controllers/application_controller.rb
simple-validators-1.1.0 spec/dummy/app/controllers/application_controller.rb
simple-validators-1.0.1 spec/dummy/app/controllers/application_controller.rb
simple-constraints-1.0.1 spec/dummy/app/controllers/application_controller.rb
simple-validators-1.0.0 spec/dummy/app/controllers/application_controller.rb
simple-constraints-1.0.0 spec/dummy/app/controllers/application_controller.rb