Sha256: 5df141587ff500cf35e140e856a420acbc3fcf7cc6b2d4fa8b031a2da3d8778b
Contents?: true
Size: 341 Bytes
Versions: 5
Compression:
Stored size: 341 Bytes
Contents
module DoorkeeperSequel class ApplicationOwnerGenerator < ::Thor::Group include ::Thor::Actions include MigrationActions source_root File.expand_path('../templates', __FILE__) desc 'Provide support for client application ownership.' def install create_migration 'add_owner_to_application.rb' end end end
Version data entries
5 entries across 5 versions & 1 rubygems