Module: CoreExtensions::ActiveRecord::Migration::CommandRecorder
- Defined in:
- lib/core_extensions/active_record/migration/command_recorder.rb
Instance Method Summary collapse
Instance Method Details
#create_view(*args, &block) ⇒ Object
5 6 7 |
# File 'lib/core_extensions/active_record/migration/command_recorder.rb', line 5 def create_view(*args, &block) record(:create_view, args, &block) end |