lib/generators/roda/oauth/install_generator.rb in rodauth-oauth-0.0.2 vs lib/generators/roda/oauth/install_generator.rb in rodauth-oauth-0.0.3
- old
+ new
@@ -8,10 +8,10 @@
module Generators
class InstallGenerator < ::Rails::Generators::Base
include ::Rails::Generators::Migration
source_root "#{__dir__}/templates"
- namespace "roda:oauth:install"
+ namespace "rodauth:oauth:install"
def create_rodauth_migration
return unless defined?(ActiveRecord::Base)
migration_template "db/migrate/create_rodauth_oauth.rb", "db/migrate/create_rodauth_oauth.rb"