first commit

This commit is contained in:
Israel Ogbole
2016-04-25 01:47:31 +01:00
commit 12c84dee8e
447 changed files with 80643 additions and 0 deletions

0
test/controllers/.keep Normal file
View File

View File

@@ -0,0 +1,9 @@
require 'test_helper'
class PlainpageControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end