Sha256: 53ab8b9c82c7ec116032c0a25fd92d0b087aae845db88c8f89d3b1bb70cf8a44

Contents?: true

Size: 175 Bytes

Versions: 3

Compression:

Stored size: 175 Bytes

Contents

require 'action_controller'

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

  private

  attr_reader :params
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
azeroth-0.0.4 spec/support/app/controllers/controller.rb
azeroth-0.0.3 spec/support/models/controller.rb
azeroth-0.0.2 spec/support/models/controller.rb