Skip to content

Commit

Permalink
Do not include view helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbalarini committed Sep 13, 2024
1 parent 1e1df09 commit d1d8efe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions lib/next_gen_images/railtie.rb
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
# frozen_string_literal: true

require 'next_gen_images/view_helpers'

module NextGenImages
# Load everything we need into rails
class Railtie < Rails::Railtie
initializer 'next_gen_images.view_helpers' do
ActionView::Base.include ViewHelpers
end

rake_tasks do
path = File.expand_path(__dir__)
Dir.glob("#{path}/tasks/**/*.rake").each { |f| load f }
Expand Down
2 changes: 1 addition & 1 deletion lib/next_gen_images/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module NextGenImages
VERSION = '1.2.0'
VERSION = '1.2.1'
end

0 comments on commit d1d8efe

Please sign in to comment.