Skip to content

Commit f97ad8b

Browse files
dhhfractaledmind
andauthored
Update lib/generators/solid_cache/install/install_generator.rb
Co-authored-by: Stephen Margheim <[email protected]>
1 parent 3f238cf commit f97ad8b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lib/generators/solid_cache/install/install_generator.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ def app_is_using_sqlite?
3939

4040
def sqlite_database_config_with_cache
4141
<<~YAML
42-
production:
43-
primary:
44-
<<: *default
45-
database: storage/production.sqlite3
46-
cache:
47-
<<: *default
48-
database: storage/production_cache.sqlite3
49-
migrations_paths: db/cache_migrate
42+
production:
43+
primary:
44+
<<: *default
45+
database: storage/production.sqlite3
46+
cache:
47+
<<: *default
48+
database: storage/production_cache.sqlite3
49+
migrations_paths: db/cache_migrate
5050
YAML
5151
end
5252

0 commit comments

Comments
 (0)