class Liquigen::DropTable

Attributes

table_name[RW]

Public Class Methods

new(table) click to toggle source
# File lib/liquigen/drop_table.rb, line 7
def initialize(table)
  self.table_name = table.underscore.pluralize
end