module Formtastic::CountryPhone

Public Instance Methods

country_phone(method, options = {}) click to toggle source
# File lib/mobit/helpers/formtastic/country_phone.rb, line 3
def country_phone(method, options = {})
  rails_phone_field(method, options)
end