Skip to content

Commit

Permalink
Update application.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
nimmolo committed Apr 21, 2024
1 parent 6ec7ceb commit ea700f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ class Application < Rails::Application
# Tells rails not to generate controller-specific css and js stubs.
config.generators.assets = false

config.sass.quiet_deps = true

# This instructs ActionView how to mark form fields which have an error.
# I just change the CSS class to "has-error", which gives it a red border.
# This is superior to the default, which encapsulates the field in a div,
Expand Down

0 comments on commit ea700f4

Please sign in to comment.