Sha256: 48a0538de10c8b6415f3ea4dd4cb3dc31d8511a2099b8db0d00c4294d8362956
Contents?: true
Size: 525 Bytes
Versions: 54
Compression:
Stored size: 525 Bytes
Contents
module OldSql class OldSqlGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) namespace "old_sql" def print_instructions puts "OldSql! Hello, to install old_sql into your app you need to run: rails g old_sql:install By default Old SQL works with Devise to provide authentication. If you use Devise, but want use another model than the default 'user' you can provide the custom model name as an argument: rails g old_sql:install member " end end end
Version data entries
54 entries across 54 versions & 1 rubygems