Sha256: e5ad8ac35afb4bd4e87c92f1b91199e27ea1eacf3dc87d53e56331e5ec258173
Contents?: true
Size: 260 Bytes
Versions: 3
Compression:
Stored size: 260 Bytes
Contents
class ExampleController < ActionController::Base def foo redirect_to controller: :example, action: :bar end def action_with_params redirect_to controller: :example, action: :bar, hello: 'world' end def bar render nothing: true end end
Version data entries
3 entries across 3 versions & 1 rubygems