class RailsAdmin::Config::Fields::Types::Geography

Geography

Public Instance Methods

input_size() click to toggle source
# File lib/rails_admin/config/fields/types/geography.rb, line 15
def input_size
  100
end
length() click to toggle source
# File lib/rails_admin/config/fields/types/geography.rb, line 11
def length
  nil
end