Method: ATD::Route#get
- Defined in:
- lib/atd.rb
#get(path = nil, *args) ⇒ Object
Sets route to receive a get request to path and execute the block provided (if one is provided)
|
|
# File 'lib/atd.rb', line 52
|
Sets route to receive a get request to path and execute the block provided (if one is provided)
|
|
# File 'lib/atd.rb', line 52
|