Sha256: ca1025fd1e2e8f57b682dab3c5bcced8675aca5ea85f35b4545fae35d7669bd7

Contents?: true

Size: 245 Bytes

Versions: 12

Compression:

Stored size: 245 Bytes

Contents

<h1>
  <% if @item.kind_of? ActiveRecord::Base -%>
    Permissions for <%=h @item.name %>
  <% else -%>
    Base permissions for all <%=h @item.name.pluralize %>
  <% end -%>
</h1>

<%= render :partial => "show", :locals => { :item => @item } %>

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
ae_users_legacy-0.6.14 app/views/permission/edit.rhtml
ae_users_legacy-0.6.13 app/views/permission/edit.rhtml
ae_users_legacy-0.6.12 app/views/permission/edit.rhtml
ae_users_legacy-0.6.11 app/views/permission/edit.rhtml
ae_users_legacy-0.6.10 app/views/permission/edit.rhtml
ae_users_legacy-0.6.9 app/views/permission/edit.rhtml
ae_users_legacy-0.6.8 app/views/permission/edit.rhtml
ae_users_legacy-0.6.7 app/views/permission/edit.rhtml
ae_users_legacy-0.6.6 app/views/permission/edit.rhtml
ae_users_legacy-0.6.5 app/views/permission/edit.rhtml
ae_users_legacy-0.6.3 app/views/permission/edit.rhtml
ae_users-0.6.0 app/views/permission/edit.rhtml