My new.html.erb:
New konkurrancer <%= simple_form_for [:admin, @konkurrancer] do |f| % <%= f.input :name %>
try
<%= simple_form_for ['admin', @konkurrancer] do |f| %>
It looks like you're in a name spaced model?