Sha256: 772133abcf9d7252da1a765e94e5eb61f27155ce78b866cff1d46a9fb84447d7
Contents?: true
Size: 365 Bytes
Versions: 2
Compression:
Stored size: 365 Bytes
Contents
module DoorkeeperSequel class ConfidentialApplicationsGenerator < ::Thor::Group include ::Thor::Actions include MigrationActions source_root File.expand_path('../templates', __FILE__) desc 'Add confidential column to Doorkeeper applications.' def install create_migration 'add_confidential_to_application_migration' end end end
Version data entries
2 entries across 2 versions & 1 rubygems