Sha256: 949bf4b67c29fa9aeea9b7cd9da676a7f431c47bc6f07ca327ab2e6a550369b4

Contents?: true

Size: 215 Bytes

Versions: 1

Compression:

Stored size: 215 Bytes

Contents

class ParamsController < ApplicationController
  def with_args
    run Params::WithArgs
    render "args/with_args"
  end

private
  def _run_options(options)
    options.merge( "current_user" => Module )
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
trailblazer-future-2.1.0.rc1 test/rails5.0/app/controllers/params_controller.rb