Skip to content

Commit

Permalink
close #340; Remove unnecessary require statement from InstallGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
batter committed Mar 7, 2014
1 parent 8cd1426 commit 72f5215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## 3.0.1 (Unreleased)

- [#340](https://github.com/airblade/paper_trail/issues/340) - Prevent potential error encountered when using the `InstallGenerator`
with Rails `4.1.0.rc1`.
- [#329](https://github.com/airblade/paper_trail/issues/329) - Add `touch_with_version` method to `PaperTrail::Model::InstanceMethods`,
to allow for generating a version `touch`ing a model.
- [#328](https://github.com/airblade/paper_trail/pull/328) / [#326](https://github.com/airblade/paper_trail/issues/326)/
Expand Down
1 change: 0 additions & 1 deletion lib/generators/paper_trail/install_generator.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'rails/generators'
require 'rails/generators/migration'
require 'rails/generators/active_record'

module PaperTrail
Expand Down

0 comments on commit 72f5215

Please sign in to comment.