Skip to content

Instantly share code, notes, and snippets.

@dawidlenkiewicz
Created December 9, 2014 13:44
Show Gist options
  • Select an option

  • Save dawidlenkiewicz/7a261ca8ca8cd5d2e2bd to your computer and use it in GitHub Desktop.

Select an option

Save dawidlenkiewicz/7a261ca8ca8cd5d2e2bd to your computer and use it in GitHub Desktop.
class EditStatusConstraint
def self.matches?(request)
request.params['update_action'] == 'edit_status'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment