Commit 91c0ca390c92f16729f59d039d23a8c5c312cef6

Authored by Vasiliy Ermolovich
2 parents 4db62f87 6e4c563f
Exists in master and in 1 other branch production

Merge pull request #302 from lest/patch-1

no need to specify format in render call
Showing 1 changed file with 1 additions and 2 deletions   Show diff stats
app/helpers/notices_helper.rb
1 1 # encoding: utf-8
2 2 module NoticesHelper
3 3 def notice_atom_summary(notice)
4   - render "notices/atom_entry.html.haml", :notice => notice
  4 + render "notices/atom_entry", :notice => notice
5 5 end
6 6 end
7   -
... ...