require "time_math" module Adamantium module Actions module Blogroll class Index < Action include Deps["views.blogroll.index"] def handle(req, res) res.render index end end end end end