Sha256: 13ff8f10524fb85a8b5e81688f51b56408e84240a470ba7624cdc9275f3fbea9

Contents?: true

Size: 147 Bytes

Versions: 1

Compression:

Stored size: 147 Bytes

Contents

class TestController < ActionController::Base
  def one
    render text: __method__
  end
  alias_method :two, :one
  alias_method :three, :one
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mobile-enhancements-0.0.1 spec/internal/app/controllers/test_controller.rb