Skip to content

Commit

Permalink
lint: lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AyakorK committed Jan 5, 2024
1 parent 0f5f1d5 commit 6390a60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ class Application < Rails::Application
# -- all .rb files in that directory are automatically loaded after loading
# the framework and any gems in your application.


config.to_prepare do
ActiveStorage::Blob.include ActiveStorage::Downloadable
require "extends/helpers/decidim/forms/application_helper_extends"
require "extends/cells/decidim/forms/step_navigation_cell_extends"
end

config.after_initialize do
require "extends/controllers/decidim/devise/sessions_controller_extends"
require "extends/controllers/decidim/editor_images_controller_extends"
Expand Down

0 comments on commit 6390a60

Please sign in to comment.