Class: Tap::Ubiquity::Ubiquity

Inherits:
Controller
  • Object
show all
Defined in:
lib/tap/ubiquity/ubiquity.rb

Overview

::controller

Instance Method Summary collapse

Instance Method Details

#indexObject



9
10
11
12
# File 'lib/tap/ubiquity/ubiquity.rb', line 9

def index
  link = {:uri => request['uri'], :name => request['name']}
  render 'index.erb', :locals => {:feeds => feeds, :link => link}
end