0
0
Fork 0
zero-blog/controller/stylesheet.rb

9 lines
163 B
Ruby

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