Sha256: 69ce117e4df306e69f0f7c22daa39e237a45ec68cca8d43e5a5b3b8ca3800a5c

Contents?: true

Size: 184 Bytes

Versions: 1

Compression:

Stored size: 184 Bytes

Contents

Authentication::Controller.define_routes do
  def authentication_error_page; end
  get path(:authentication_error_page, "/authentication/error-page") do
    raise "An Error"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bang-bang-0.2.1 spec/fixture-app/services/authentication/app/controllers/authentication.rb