RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: vormwald
Wow, how have I never learned the t command on github before... Thanks for the tip Ryan!
t
Yup, you can pass friendly_id a method
friendly_id :full_name, :use => :slugged def full_name "#{fname} #{lname}" end
Wow, how have I never learned the
t
command on github before... Thanks for the tip Ryan!Yup, you can pass friendly_id a method