Skip to content

Commit

Permalink
Renamed App.
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaymohite committed Nov 19, 2019
1 parent 502a9a8 commit 460cb0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>RailsReactJsSsrSetup</title>
<title>RailsReactJsCrudApp</title>
<%= csrf_meta_tags %>
<%= csp_meta_tag %>
Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module RailsReactJsSsrSetup
module RailsReactJsCrudApp
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 6.0
Expand Down

0 comments on commit 460cb0e

Please sign in to comment.