sgruhier / foundation_rails_helper

Rails Helper for Zurb Fondation framework
MIT License
153 stars 84 forks source link

(fix): Failing spec under Rails 5 #137

Closed dgmstuart closed 8 years ago

dgmstuart commented 8 years ago

Fixes #136

Rails 4 generates datetime fields with type=datetime Rails 5 generates datetime fields with type=datetime-local

dsandstrom commented 8 years ago

Yay, all green. Good work.