added a tutorial controller to handle all deez toots
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
class TutorialsController < ApplicationController
|
||||
end
|
||||
@@ -0,0 +1,2 @@
|
||||
module TutorialsHelper
|
||||
end
|
||||
@@ -83,29 +83,19 @@
|
||||
<li class="submenu">
|
||||
<a href="#" class="selected">
|
||||
<div class="icon">
|
||||
<span class="fs1" aria-hidden="true" data-icon=""></span>
|
||||
<span class="fs1" aria-hidden="true" data-icon=""></span>
|
||||
</div>
|
||||
Extras
|
||||
</a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="#">Edit Profile</a>
|
||||
<a href="#">Guard</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Calendar</a>
|
||||
<a href="#">Session Secret</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Invoice</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Login</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#">Error</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<a href="#">Help</a>
|
||||
<a href="#">DB Sessions</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class TutorialsControllerTest < ActionController::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class TutorialsHelperTest < ActionView::TestCase
|
||||
end
|
||||
Reference in New Issue
Block a user