Skip to content

Instantly share code, notes, and snippets.

@trobrock
Created April 30, 2024 15:45
Show Gist options
  • Save trobrock/595b19d4e0e6c1e742a17d5e856fd8ee to your computer and use it in GitHub Desktop.
Save trobrock/595b19d4e0e6c1e742a17d5e856fd8ee to your computer and use it in GitHub Desktop.
class Message < ApplicationRecord
has_translated_rich_text :content
end
class Message < ApplicationRecord
has_translated_text :content
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment