Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #23 from nicholashubbard/master
Browse files Browse the repository at this point in the history
Add country select
  • Loading branch information
sodabrew committed Feb 7, 2013
2 parents 86601d9 + 18c01d3 commit dbcf009
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions lib/formtastic-bootstrap/inputs/country_input.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
module FormtasticBootstrap
module Inputs
class CountryInput < Formtastic::Inputs::CountryInput
include Base

def to_html
bootstrap_wrapping do
builder.country_select(method, priority_countries, input_options, input_html_options)
end
end

end
end
end

0 comments on commit dbcf009

Please sign in to comment.