Skip to content

Commit

Permalink
Merge pull request #297 from enriclluelles/bugfix/296-eager-load
Browse files Browse the repository at this point in the history
Remove unneeded railtie
  • Loading branch information
tagliala committed Sep 3, 2023
2 parents 3b1812c + 301611a commit c7e0958
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 14.0.1 / 2023-09-03

* [BUGFIX] Fix eager load on booting ([#296](https://github.com/enriclluelles/route_translator/issues/296))

## 14.0.0 / 2023-09-02

* [FEATURE] BREAKING CHANGE: Force standard nested separator (Upgrade guide at [#285](https://github.com/enriclluelles/route_translator/pull/285))
Expand Down
2 changes: 0 additions & 2 deletions lib/route_translator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,3 @@ def deprecator
@deprecator ||= ActiveSupport::Deprecation.new(RouteTranslator::VERSION, 'RouteTranslator')
end
end

require 'route_translator/railtie' if defined?(Rails)
9 changes: 0 additions & 9 deletions lib/route_translator/railtie.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/route_translator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RouteTranslator
VERSION = '14.0.0'
VERSION = '14.0.1'
end

0 comments on commit c7e0958

Please sign in to comment.