Sha256: 09d790b17856c26f1b1148c6475f1bc18e5b7758d0a311c5ea30d3bd0b2e6d55

Contents?: true

Size: 120 Bytes

Versions: 3

Compression:

Stored size: 120 Bytes

Contents

class ApplicationController < ActionController::Base
  include Contexts

  def index
    render nothing: true
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
contexts-2.0.0 spec/dummy/app/controllers/application_controller.rb
contexts-1.1.0 spec/dummy/app/controllers/application_controller.rb
contexts-1.0.0 spec/dummy/app/controllers/application_controller.rb