Newer
Older
dmpopidor / test / fixtures / roles.yml
@briley briley on 2 Nov 2016 195 bytes moved in new fixtures
<% # Load the roles from those defined within the MagicStrings section of the locale %>
<% I18n.t("magic_strings.user_role_types").each do |k,v| %>
<%= v %>:
  name: <%= "#{v}" %>
<% end %>