class ActionDispatch::Routing::Mapper

Public Instance Methods

mount_stellar_base_well_known() click to toggle source
# File lib/stellar_base/rails/routes.rb, line 5
def mount_stellar_base_well_known
  get(
    "/.well-known/stellar" => "stellar_base/home#show",
    :as => :stellar_toml,
    :defaults => { format: "toml" },
  )
end