Skip to content

Commit

Permalink
chore: update application name to mondevissansoublis
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas authored and nicolasleger committed Nov 6, 2024
1 parent 4255320 commit f709719
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Beta x Rails
# Mon Devis Sans Oublis

![Capture d’écran 2024-07-09 à 12 02 42](https://github.com/betagouv/rails-template/assets/107635/51592c9e-3f74-4384-9561-354c7085b16b)

Expand Down
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)

module BetaRailsTemplate
module MesDevisSansOublis
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 7.0
Expand Down
2 changes: 1 addition & 1 deletion config/cable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ test:
production:
adapter: redis
url: <%= ENV.fetch("REDIS_URL") { "redis://localhost:6379/1" } %>
channel_prefix: beta_rails_template_production
channel_prefix: mondevissansoublis_production
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "beta-rails-template",
"name": "mesdevissansoublis",
"dependencies": {
"@gouvfr/dsfr": "^1.12"
},
Expand Down

0 comments on commit f709719

Please sign in to comment.