% if Rails.env.development? %>
The <%= type %>
resource for <%= controller_name.titleize %>
has not been configured.
Configure <%= controller.class.name %>
like the example below:
class <%= controller.class.name %>
active_element.<%= type %>_fields :name, :email, :date_of_birth
end
This message is visible in development
mode only.
The <%= type %> resource for <%= controller_name.titleize %> has not been configured, please contact your administrator.
<% end %>