Class: Smurf::StyleguideController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Smurf::StyleguideController
- Defined in:
- app/controllers/smurf/styleguide_controller.rb
Instance Method Summary collapse
Instance Method Details
#colors ⇒ Object
3 4 5 6 |
# File 'app/controllers/smurf/styleguide_controller.rb', line 3 def colors @parser = Smurf::ColorVariableParser.new @parser.parse end |
#helper ⇒ Object
11 12 |
# File 'app/controllers/smurf/styleguide_controller.rb', line 11 def helper end |
#partials ⇒ Object
8 9 |
# File 'app/controllers/smurf/styleguide_controller.rb', line 8 def partials end |
#typography ⇒ Object
14 15 16 17 |
# File 'app/controllers/smurf/styleguide_controller.rb', line 14 def typography # @parser = Smurf::TypographyParser.new # @parser.parse end |