Method: WidgetList::List#tick_field

Defined in:
lib/widget_list.rb

#tick_fieldObject



2133
2134
2135
2136
2137
2138
2139
2140
# File 'lib/widget_list.rb', line 2133

def tick_field()
  case get_database.db_type
    when 'postgres','mongo','oracle'
      ''
    else
      '`'
  end
end