0
0
Fork 0

Individual atom entries

This commit is contained in:
Eugen Rochko 2016-02-22 19:11:07 +01:00
parent 1dad72bf13
commit 2bc48e9064
6 changed files with 69 additions and 5 deletions

View file

@ -5,6 +5,10 @@ class AtomController < ApplicationController
@account = Account.find_by!(id: params[:id], domain: nil)
end
def entry
@entry = StreamEntry.find(params[:id])
end
private
def set_format