about summary refs log tree commit diff
path: root/app/controllers/atom_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/atom_controller.rb')
-rw-r--r--app/controllers/atom_controller.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/controllers/atom_controller.rb b/app/controllers/atom_controller.rb
index e0b45c580..f9d8a4582 100644
--- a/app/controllers/atom_controller.rb
+++ b/app/controllers/atom_controller.rb
@@ -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