lib/crawlable/feed.rb in crawlable-0.0.1.6 vs lib/crawlable/feed.rb in crawlable-0.0.1.7
- old
+ new
@@ -33,18 +33,9 @@
end
end
end
- if defined?(::Rails)
- if ActionPack::VERSION::MAJOR == 3
- include ::Rails.application.routes.url_helpers
- else
- require 'action_controller'
- include ActionController::UrlWriter
- end
- end
-
attr_accessor :title, :url, :description, :master, :copyright, :updated_at
def initialize(*args, &block)
options = args.extract_options!
\ No newline at end of file