Skip to content

Commit

Permalink
Fix typo bug; resolves #61
Browse files Browse the repository at this point in the history
  • Loading branch information
fractaledmind committed Sep 10, 2024
1 parent 0c0ddca commit 98b86cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/solid_errors/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class InstallGenerator < Rails::Generators::Base
source_root File.expand_path("templates", __dir__)

def add_solid_errors_db_schema
template "db/errors_schema.rb"
template "errors_schema.rb"
end

def configure_solid_errors
Expand Down

0 comments on commit 98b86cd

Please sign in to comment.