Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 98 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 98 Bytes

Usage

In your controller:

if action_signature_valid?(current_user)
  ..
else
  ..
end