module Views::Extensions::ActiveRecord::CommandRecorder
Public Instance Methods
change_view(args)
click to toggle source
# File lib/views/extensions/active_record/command_recorder.rb, line 11 def change_view(args) record :change_view, args end
create_view(args)
click to toggle source
# File lib/views/extensions/active_record/command_recorder.rb, line 7 def create_view(args) record :create_view, args end
drop_view(args)
click to toggle source
# File lib/views/extensions/active_record/command_recorder.rb, line 15 def drop_view(args) record :drop_view, args end
invert_create_view(args)
click to toggle source
# File lib/views/extensions/active_record/command_recorder.rb, line 19 def invert_create_view(args) [:drop_view, args] end