Class: FrontpageController

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

Instance Method Summary collapse

Instance Method Details

#host_metaObject

Webfinger protocol code.google.com/p/webfinger/



12
13
# File 'app/controllers/frontpage_controller.rb', line 12

def host_meta
end

#indexObject



4
5
6
7
8
# File 'app/controllers/frontpage_controller.rb', line 4

def index
  respond_to do |format|
    format.html # index.html.erb
  end
end