Tagged Questions
0
votes
1answer
196 views
Annotating Rails models that have Globalize3 translation tables
Is it possible to use the annotate (2.4.1.beta) gem to output globalize3 (0.2.0) translated properties in the models that they translate?
If I have a Post creation migration generated like so
class ...
1
vote
0answers
335 views
Rails3 & Globalize3 custom translation model
i'm using globalize3 in a rails3 app. I have a model called Book with some attributes to be translated, all working great. I'm trying to write a before_save function to validate changes in the ...