Commit 95561dfc by nnnghia98

edit companies_controller

parent 2d8ecd8a
...@@ -5,6 +5,6 @@ class CompaniesController < ApplicationController ...@@ -5,6 +5,6 @@ class CompaniesController < ApplicationController
def import def import
Company.companies_import Company.companies_import
redirect_to companies_index_path, notice: "Companies imported successful!" redirect_to companies_index_path
end end
end end
<%= flash[:notice] %>
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
......
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