0
0
zero-blog/controller/atom.rb
Gibheer 5a65a3dc40 reroute atom controller to post
This is not really good, but okay for the moment until the template is
extracted into its own namespace.
2013-10-27 13:39:44 +01:00

8 lines
83 B
Ruby

module Routes
class Atom
def self.call(session)
Post
end
end
end