Skip to content

Commit

Permalink
Removed import rake task from railtie
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Scott committed Jun 23, 2016
1 parent 9d16b4b commit 1482aa2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions lib/intercom-rails/railtie.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,5 @@ class Railtie < Rails::Railtie
ActionController::Base.after_filter :intercom_rails_auto_include
end
end

rake_tasks do
load 'intercom-rails/intercom.rake'
end
end
end
2 changes: 1 addition & 1 deletion lib/intercom-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IntercomRails
VERSION = "0.2.36"
VERSION = "0.3.0"
end

0 comments on commit 1482aa2

Please sign in to comment.