created admin controller
This commit is contained in:
@@ -0,0 +1,2 @@
|
|||||||
|
class AdminController < ApplicationController
|
||||||
|
end
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
module AdminHelper
|
||||||
|
end
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
require 'test_helper'
|
||||||
|
|
||||||
|
class AdminControllerTest < ActionController::TestCase
|
||||||
|
# test "the truth" do
|
||||||
|
# assert true
|
||||||
|
# end
|
||||||
|
end
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
require 'test_helper'
|
||||||
|
|
||||||
|
class AdminHelperTest < ActionView::TestCase
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user