Method: MiddleSquid::Actions#accept
- Defined in:
- lib/middle_squid/actions.rb
#accept ⇒ Object
Allow the request to pass through. This is the default action.
12 13 14 |
# File 'lib/middle_squid/actions.rb', line 12 def accept action :accept end |