Module: Waves::Verify::Helpers::Mapping
- Defined in:
- lib/verify/mapping.rb
Instance Method Summary collapse
- #handle(*args, &block) ⇒ Object
- #mapping ⇒ Object
- #path(*args, &block) ⇒ Object
- #threaded(*args, &block) ⇒ Object
- #url(*args, &block) ⇒ Object
Instance Method Details
#handle(*args, &block) ⇒ Object
18 19 20 |
# File 'lib/verify/mapping.rb', line 18 def handle(*args,&block) mapping.handle(*args,&block) end |
#mapping ⇒ Object
6 7 8 |
# File 'lib/verify/mapping.rb', line 6 def mapping ::Waves::Application.instance.mapping end |
#path(*args, &block) ⇒ Object
10 11 12 |
# File 'lib/verify/mapping.rb', line 10 def path(*args,&block) mapping.path(*args,&block) end |
#threaded(*args, &block) ⇒ Object
22 23 24 |
# File 'lib/verify/mapping.rb', line 22 def threaded(*args,&block) mapping.threaded(*args,&block) end |
#url(*args, &block) ⇒ Object
14 15 16 |
# File 'lib/verify/mapping.rb', line 14 def url(*args,&block) mapping.url(*args,&block) end |