Class: Tenon::StyleguidesController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/tenon/styleguides_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



5
6
7
8
# File 'app/controllers/tenon/styleguides_controller.rb', line 5

def index
  @context_title = 'Styleguide'
  @mock = Tenon::Styleguide.new
end