Module: FeedsHelper

Defined in:
app/helpers/feeds_helper.rb

Overview

== Schema Information

Table name: feeds

id :integer not null, primary key
name :string(255) not null
customer_id :integer not null
feed_type :string(255) not null
destination :string(255) not null
remote_directory :string(255)
file_name_template :string(255)
ftp_passive :boolean default(FALSE)
hostname :string(255)
username :string(255)
password :string(255)
custom1 :string(255)
custom2 :string(255)
custom3 :string(255)
output_format :string(255) not null
output_layout :text not null
frequency :string(255)
creator_id :integer
updater_id :integer
created_at :datetime
updated_at :datetime
next_attempt :datetime
active :boolean default(TRUE)