Guest User

Untitled

a guest
Jun 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. ## add this to Rakefile in the root of your app, before tasks/rails
  2.  
  3. module Rake
  4. class Task
  5. def reenable
  6. @already_invoked = false
  7. end
  8. end
  9. end
Add Comment
Please, Sign In to add comment