Skip to content

Commit

Permalink
Fix rake bug, calls removed function 'last_comment'
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorsmari committed Jan 26, 2018
1 parent d827e47 commit 8438ab9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Rakefile
Expand Up @@ -3,4 +3,11 @@

require File.expand_path('../config/application', __FILE__)

module TempFixForRakeLastComment
def last_comment
last_description
end
end
Rake::Application.send :include, TempFixForRakeLastComment

Fablabs::Application.load_tasks

0 comments on commit 8438ab9

Please sign in to comment.