Class: SubjectsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/subjects_controller.rb

Instance Method Summary collapse

Instance Method Details

#lrddObject



2
3
4
5
6
# File 'app/controllers/subjects_controller.rb', line 2

def lrdd
  actor = Actor.find_by_webfinger!(params[:id])

  redirect_to polymorphic_path(actor.subject, :format => :xrd)
end