Class: ActionDispatch::Routing::Mapper

Inherits:
Object
  • Object
show all
Defined in:
lib/persephone/routes.rb

Instance Method Summary collapse

Instance Method Details

#persephoneObject



6
7
8
# File 'lib/persephone/routes.rb', line 6

def persephone
  match "oauth/token" => 'persephone/tokens#create', via: :post
end