Skip to content

Instantly share code, notes, and snippets.

@mcordell
Created July 1, 2016 06:02
Show Gist options
  • Save mcordell/7f0cef7c36d440fe3da433235cf6dff8 to your computer and use it in GitHub Desktop.
Save mcordell/7f0cef7c36d440fe3da433235cf6dff8 to your computer and use it in GitHub Desktop.
module ROM
extend Global
plugins do
register :macros, ROM::ConfigurationPlugins::ConfigurationDSL, type: :configuration
register :registry_reader, ROM::Plugins::Relation::RegistryReader, type: :relation
register :schema, ROM::Plugins::Command::Schema, type: :command
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment