Commit d471abbe by Mai Hoang Thai Ha

create controller

parent ca4035a9
// Place all the styles related to the Cities controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: https://sass-lang.com/
// Place all the styles related to the Industries controller here.
// They will automatically be included in application.css.
// You can use Sass (SCSS) here: https://sass-lang.com/
class CitiesController < ApplicationController
end
class IndustriesController < ApplicationController
end
module CitiesHelper
end
module IndustriesHelper
end
require "test_helper"
class CitiesControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end
require "test_helper"
class IndustriesControllerTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment