RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: Ricardosluiz
Rails 4
def category_name=(name) self.category = Category.where(name: name).first_or_create if name.present? end
For those who have need PDFtoXLS...
https://github.com/Ricardosluiz/Ruby_on_Rails-PDFtoXLS
Rails 4
For those who have need PDFtoXLS...
https://github.com/Ricardosluiz/Ruby_on_Rails-PDFtoXLS