Skip to content

Commit

Permalink
add schedule to csv list
Browse files Browse the repository at this point in the history
  • Loading branch information
skandragon committed Jun 9, 2016
1 parent 2772b37 commit 052868d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/calendar_renderer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ def render_csv(options, filename)
adult_only
description_book description_web
duration fee_itemization handout_fee handout_limit material_fee
material_limit repeat_count updated_at
material_limit repeat_count updated_at schedule
)
CSV.generate do |csv|
names = %w(id location start_time end_time instructor instructor_kingdom instance_id) + column_names
Expand Down

0 comments on commit 052868d

Please sign in to comment.