vicvega / chaltron

Template generator for rails application with bootstrap, devise...
MIT License
9 stars 2 forks source link

error in index view template #1

Closed sektorcap closed 7 years ago

sektorcap commented 7 years ago

The index view template use content_tag_for method which is removed from Rails.

Following the error

The content_tag_for method has been removed from Rails. To continue using it, add the record_tag_helper gem to your Gemfile:
  gem 'record_tag_helper', '~> 1.0'