Sha256: 70cc2d076ab513b6681e5b328d0746ddfd535e289bccd61af9cec60774a6944e

Contents?: true

Size: 361 Bytes

Versions: 58

Compression:

Stored size: 361 Bytes

Contents

atom_feed(:url => events_url(:format => :atom)) do |feed|
  feed.title t('event.library_group_event', :library_group_name => @library_group.display_name.localize)
  feed.updated(@events.first ? @events.first.created_at : Time.zone.now)

  @events.each do |event|
    feed.entry(event) do |entry|
      entry.title(event.display_name.localize)
    end
  end
end

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
enju_event-0.1.17.pre18 app/views/events/index.atom.builder
enju_event-0.1.17.pre17 app/views/events/index.atom.builder
enju_event-0.1.17.pre16 app/views/events/index.atom.builder
enju_event-0.1.17.pre15 app/views/events/index.atom.builder
enju_event-0.1.17.pre14 app/views/events/index.atom.builder
enju_event-0.1.17.pre13 app/views/events/index.atom.builder
enju_event-0.1.17.pre12 app/views/events/index.atom.builder
enju_event-0.1.17.pre11 app/views/events/index.atom.builder
enju_event-0.1.17.pre10 app/views/events/index.atom.builder
enju_event-0.1.17.pre9 app/views/events/index.atom.builder
enju_event-0.1.17.pre8 app/views/events/index.atom.builder
enju_event-0.1.17.pre7 app/views/events/index.atom.builder
enju_event-0.1.17.pre6 app/views/events/index.atom.builder
enju_event-0.1.17.pre5 app/views/events/index.atom.builder
enju_event-0.1.17.pre4 app/views/events/index.atom.builder
enju_event-0.1.17.pre3 app/views/events/index.atom.builder
enju_event-0.1.17.pre2 app/views/events/index.atom.builder
enju_event-0.1.17.pre app/views/events/index.atom.builder
enju_event-0.1.16 app/views/events/index.atom.builder
enju_event-0.1.15 app/views/events/index.atom.builder