Sha256: defb05f2a775e18e20979c2f1f3020d3d60aa4eaea5aabc4c2e19c4b5789a014
Contents?: true
Size: 392 Bytes
Versions: 4
Compression:
Stored size: 392 Bytes
Contents
# frozen_string_literal: true module DoorkeeperSequel class ConfidentialApplicationsGenerator < ::Thor::Group include ::Thor::Actions include MigrationActions source_root File.expand_path("templates", __dir__) desc "Add confidential column to Doorkeeper applications." def install create_migration "add_confidential_to_application_migration" end end end
Version data entries
4 entries across 4 versions & 1 rubygems