class Object

Public Class Methods

down() click to toggle source
# File lib/otherstuff/20120310065554_inline_forms_create_view_for_translations.rb, line 11
def self.down
  execute 'DROP VIEW translations'
end