1
vote
1answer
169 views

Rails feed parser to be improved

This is my feed parser method using feedzirra. It works but I feel dirty because I can't figure out how to better this code. Any suggestion? class Feed < ActiveRecord::Base attr_accessible ...