madebymany / sir-trevor-rails

Rails gem for Sir Trevor integration.
MIT License
149 stars 50 forks source link

Use InstanceTag / TextArea based on Rails version, so that it works in Rails 4 #24

Open icedtoast opened 10 years ago

icedtoast commented 10 years ago

Use InstanceTag for Rails 3 and TextArea otherwise. This allows sir-trevor-rails to work on Rails 4.

This is based on the fix for the same issue contained within madebymany/sir-trevor-rails#16

I have redone this so that it will be a cleaner merge