lots of name fixes to get views to work in the app

This commit is contained in:
2022-11-29 01:13:05 +02:00
parent d063f58636
commit 8ddc7a01c8
30 changed files with 49 additions and 231 deletions

View File

@ -6,7 +6,7 @@ gemspec
gem 'sprockets-rails', require: 'sprockets/railtie'
gem 'rspec-rails' , require: "rspec-rails"
gem 'haml-rails'
gem 'haml-rails' , require: "haml-rails"
group :development, :test do
end