Skip to content

Commit

Permalink
Add app.rb and helpers.rb back
Browse files Browse the repository at this point in the history
Those files were removed in #51760, but gems like `console1984` depend
on these files for legacy Rails console command extensions.
So keeping files around is required for backward-compatibility.
  • Loading branch information
st0012 committed May 18, 2024
1 parent 72fccfb commit 65f7286
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions railties/lib/rails/console/app.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# frozen_string_literal: true

require "rails/console/methods"
3 changes: 3 additions & 0 deletions railties/lib/rails/console/helpers.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# frozen_string_literal: true

require "rails/console/methods"

0 comments on commit 65f7286

Please sign in to comment.