Individual atom entries
This commit is contained in:
parent
1dad72bf13
commit
2bc48e9064
6 changed files with 69 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue