diff --git a/script/process_merit_rules.rb b/script/process_merit_rules.rb old mode 100644 new mode 100755 index 3d5155a..dd74f19 --- a/script/process_merit_rules.rb +++ b/script/process_merit_rules.rb @@ -1,3 +1,6 @@ +#!/usr/bin/env ruby +# encoding: UTF-8 + def create_action(obj) target_model = obj.class.base_class.name.downcase action = Merit::Action.find_by_target_id_and_target_model_and_action_method(obj.id, target_model, 'create') -- libgit2 0.21.2