also make old guard happy

This commit is contained in:
John Bintz 2012-06-12 13:45:57 -04:00
parent 291782e101
commit 83b45e914b
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,8 @@ module Guard
def run_on_changes(paths)
reload
end
alias :run_on_change :run_on_changes
end
end