Files
old-ribica/back-office/app/constraints/check_items_constraint.rb
2015-12-29 13:36:02 +01:00

6 lines
105 B
Ruby

class CheckItemsConstraint
def self.matches?(request)
request.params[:commit] == 'Check'
end
end