Skip to content

Commit 54bbfe2

Browse files
authored
Merge pull request #72 from abhilash1985/feature/rails7_upgrade
Fixed syntax error
2 parents 8ead84a + f485c99 commit 54bbfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
require_relative 'boot'
44

5-
require 'rails/all
5+
require 'rails/all'
66

77
# Require the gems listed in Gemfile, including any gems
88
# you've limited to :test, :development, or :production.

0 commit comments

Comments
 (0)