Commit c5aabfb7 authored by Nick Thomas's avatar Nick Thomas

Remove an unnecessary "included do ... end" block in app/models/concerns/approvable.rb

parent eb24ebf4
module Approvable
extend ActiveSupport::Concern
included do
def requires_approve?
approvals_required.nonzero?
end
......@@ -155,5 +152,4 @@ module Approvable
approver_groups.find_or_initialize_by(group_id: group_id, target_id: id)
end
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment