\ No newline at end of file
diff --git a/app/views/admin/object_auths/edit.html.erb b/app/views/admin/object_auths/edit.html.erb
deleted file mode 100644
index 3c391ef9f..000000000
--- a/app/views/admin/object_auths/edit.html.erb
+++ /dev/null
@@ -1,9 +0,0 @@
-<% content_for :secondary do %>
-<% end %>
-
-
<%= @object_auth.title %>
-
-<%= render :partial => "admin/components/user_role_management", :locals => {
- :object => @object_auth.auth_obj ,:auth=>@object_auth,:submit_url=>create_role_admin_object_auth_path(@object_auth),:ploy_route_ary=>['remove',:admin,@object_auth] } %>
-
-<%= link_to 'Back to object',eval(@object_auth.obj_authable.class.to_s+"::AfterObjectAuthUrl") %>
\ No newline at end of file
diff --git a/app/views/admin/object_auths/index.html.erb b/app/views/admin/object_auths/index.html.erb
deleted file mode 100644
index 78ba745dd..000000000
--- a/app/views/admin/object_auths/index.html.erb
+++ /dev/null
@@ -1,39 +0,0 @@
-<% content_for :secondary do %>
- <% #render 'side_bar' %>
-<% end %>
-
-
- <%= flash_messages %>
-
- <% #link_to t('new.user'), new_admin_user_path, :class => 'new' %>
-
-
-
-
- <%= t(:title) %> |
- <%= t(:type) %> |
-
-
-
-
- <% @object_auths.each do |object_auth| %>
-
- <%= object_auth.title %> |
- <%= object_auth.obj_authable_type.to_s %> |
-
-
- <%= link_to t(:show), admin_object_auth_path(object_auth), :class => 'show' %>
- <%= link_to t(:edit), edit_admin_object_auth_path(object_auth), :class => 'edit' %>
- <%= link_to t(:delete_), admin_object_auth_path(object_auth), :class => 'delete', :confirm => t('sure?'), :method => :delete %>
- |
-
-
- |
-
- <% end %>
-
-
-
- <%# link_to t('new.user'), new_admin_user_path, :class => 'new' %>
-
-
diff --git a/app/views/admin/object_auths/new.html.erb b/app/views/admin/object_auths/new.html.erb
deleted file mode 100644
index b5b381fb5..000000000
--- a/app/views/admin/object_auths/new.html.erb
+++ /dev/null
@@ -1,24 +0,0 @@
-<% content_for :secondary do %>
-
-<% end -%>
-
-
-
-
-
-
-<%= flash_messages %>
-
<%= t('object_auth.new_object_auth') %>
-<%= form_for @object_auth, :url => admin_object_auths_path do |f| %>
- <%= f.label :title %>
- <%= f.select :title,@object_auth_title_option %>
-
- <%= f.hidden_field :obj_id, :value => params[:obj_id] %>
- <%= f.hidden_field :type, :value => params[:type] %>
-
- <%= submit_tag 'Add Auth' %>
-
-<% end %>
-
-<%= link_back %>
\ No newline at end of file