Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GBH committed Dec 1, 2019
1 parent 4328f9f commit 753af2d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion demo/app/models/user.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
class User < ActiveRecord::Base
has_rich_text :rich_content
if Rails.version >= "6.0"
has_rich_text :rich_content
end
end

0 comments on commit 753af2d

Please sign in to comment.