Class: Vivus::StylesController

Inherits:
ApplicationController show all
Defined in:
app/controllers/vivus/styles_controller.rb

Overview

Controller for dsiplaying the documentation for the styles

Instance Method Summary collapse

Instance Method Details

#indexObject



3
4
5
# File 'app/controllers/vivus/styles_controller.rb', line 3

def index
  gather_stylesheets
end

#showObject



7
8
9
# File 'app/controllers/vivus/styles_controller.rb', line 7

def show
  gather_stylesheets
end