0
0
zero-blog/controller/stylesheet.rb
Gibheer 77053f05d8 add first draft of design
This adds the first couple css rules for the new design.
2013-10-27 19:50:32 +01:00

9 lines
163 B
Ruby

module Routes
class Stylesheet
def self.call(session)
session.options[:render] = 'stylesheet/index'
session.options[:renderer]
end
end
end