Sha256: 7e3e95f20ccc25165a5e3870305740aba5333b25bdccb0bcbf0be9f3c3173c28
Contents?: true
Size: 368 Bytes
Versions: 4
Compression:
Stored size: 368 Bytes
Contents
# frozen_string_literal: true module DoorkeeperSequel class ApplicationOwnerGenerator < ::Thor::Group include ::Thor::Actions include MigrationActions source_root File.expand_path("templates", __dir__) desc "Provide support for client application ownership." def install create_migration "add_owner_to_application.rb" end end end
Version data entries
4 entries across 4 versions & 1 rubygems