I u开发者_Python百科se Formtastic. Now I would like to add model translations for some fields. I look at Globalize2 and it seems like what I need. But I have no idea how to integrate it with Formtasti
class Site < ActiveRecord::Base translates :title, :content attr_accessor :rank end How I can list only the attributes of the Site model, which work with the tr开发者_开发技巧anslates method ? (