You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running wrapper_open='open' wrapper_close='close' bundle exec rake annotate_models, annotate created the following block:
# open
# == Schema Information
#
# Table name: comments
#
# id :integer not null, primary key
# commentable_id :integer not null
# commentable_type :string(255) not null
# user_id :integer not null
# text_sf :text
# created_at :datetime not null
# updated_at :datetime not null
#
# close
Note the newline before # close, it should not be there. This happens with all models.
The text was updated successfully, but these errors were encountered:
When running
wrapper_open='open' wrapper_close='close' bundle exec rake annotate_models
, annotate created the following block:Note the newline before
# close
, it should not be there. This happens with all models.The text was updated successfully, but these errors were encountered: