You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the done the following scaffold and wanted to delete it but it caused errors:
rails g beautiful+_scaffold site_type type:string notes:text
got the following error which caused rails s not to work
versions/2.6.3/lib/ruby/gems/2.6.0/gems/actionpack-6.1.3/lib/action_dispatch/routing/mapper.rb:2094:in `block in concerns': No concern named bs_routes was found! (ArgumentError)
The text was updated successfully, but these errors were encountered:
I have the done the following scaffold and wanted to delete it but it caused errors:
rails g beautiful+_scaffold site_type type:string notes:text
got the following error which caused rails s not to work
versions/2.6.3/lib/ruby/gems/2.6.0/gems/actionpack-6.1.3/lib/action_dispatch/routing/mapper.rb:2094:in `block in concerns': No concern named bs_routes was found! (ArgumentError)
The text was updated successfully, but these errors were encountered: