Sha256: 9f1f3163ce5be19a8f326884068bf53e9c88f3f50dc01cad41b8a0a63f26d665

Contents?: true

Size: 206 Bytes

Versions: 24

Compression:

Stored size: 206 Bytes

Contents

# frozen_string_literal: true

require 'action_controller'

class Controller
  def initialize(params = {})
    @params = ActionController::Parameters.new(params)
  end

  private

  attr_reader :params
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
azeroth-0.10.0 spec/support/app/controllers/controller.rb
azeroth-0.9.0 spec/support/app/controllers/controller.rb
azeroth-0.8.2 spec/support/app/controllers/controller.rb
azeroth-0.8.1 spec/support/app/controllers/controller.rb
azeroth-0.8.0 spec/support/app/controllers/controller.rb
azeroth-0.7.4 spec/support/app/controllers/controller.rb
azeroth-0.7.3 spec/support/app/controllers/controller.rb
azeroth-0.7.2 spec/support/app/controllers/controller.rb
azeroth-0.7.1 spec/support/app/controllers/controller.rb
azeroth-0.7.0 spec/support/app/controllers/controller.rb
azeroth-0.6.5 spec/support/app/controllers/controller.rb
azeroth-0.6.4 spec/support/app/controllers/controller.rb
azeroth-0.6.3 spec/support/app/controllers/controller.rb
azeroth-0.6.2 spec/support/app/controllers/controller.rb
azeroth-0.6.1 spec/support/app/controllers/controller.rb
azeroth-0.6.0 spec/support/app/controllers/controller.rb
azeroth-0.5.0 spec/support/app/controllers/controller.rb
azeroth-0.4.0 spec/support/app/controllers/controller.rb
azeroth-0.3.0 spec/support/app/controllers/controller.rb
azeroth-0.2.0 spec/support/app/controllers/controller.rb