Class: ActionDispatch::Routing::Mapper

Inherits:
Object
  • Object
show all
Defined in:
lib/boar/router.rb

Instance Method Summary collapse

Instance Method Details

#boar_mount_downloads(*args) ⇒ Object



13
14
15
# File 'lib/boar/router.rb', line 13

def boar_mount_downloads(*args)
  Boar::Router.mount_downloads(self, *args)
end

#boar_mount_pages(*args) ⇒ Object



9
10
11
# File 'lib/boar/router.rb', line 9

def boar_mount_pages(*args)
  Boar::Router.mount_pages(self, *args)
end