Sha256: a563f3275cbc2132296d18b5b71635ea33e91163ff9515335418610f60ebbe0f

Contents?: true

Size: 352 Bytes

Versions: 28

Compression:

Stored size: 352 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

28 entries across 28 versions & 1 rubygems

Version Path
enju_event-0.3.5 app/views/events/index.atom.builder
enju_event-0.3.4 app/views/events/index.atom.builder
enju_event-0.3.3 app/views/events/index.atom.builder
enju_event-0.3.2 app/views/events/index.atom.builder
enju_event-0.3.1 app/views/events/index.atom.builder
enju_event-0.3.0 app/views/events/index.atom.builder
enju_event-0.3.0.rc.1 app/views/events/index.atom.builder
enju_event-0.3.0.beta.1 app/views/events/index.atom.builder
enju_event-0.2.3 app/views/events/index.atom.builder
enju_event-0.2.2 app/views/events/index.atom.builder
enju_event-0.2.1 app/views/events/index.atom.builder
enju_event-0.2.0 app/views/events/index.atom.builder
enju_event-0.2.0.beta.4 app/views/events/index.atom.builder
enju_event-0.2.0.beta.3 app/views/events/index.atom.builder
enju_event-0.2.0.beta.2 app/views/events/index.atom.builder
enju_event-0.2.0.beta.1 app/views/events/index.atom.builder
enju_event-0.1.19 app/views/events/index.atom.builder
enju_event-0.1.18 app/views/events/index.atom.builder
enju_event-0.1.17 app/views/events/index.atom.builder
enju_event-0.1.17.pre27 app/views/events/index.atom.builder