Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8783269
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T20:47:13+00:00 2026-06-13T20:47:13+00:00

I have this in my config/routed.db : namespace :admin do resources :users resources :events

  • 0

I have this in my config/routed.db:

namespace :admin do
  resources :users
  resources :events
end

I generated the User model by using the scaffolding Rails provides, then I simply generated a admin/admin controller by using Rails’ generate and simply moved all the user-related stuff into the admin sub-directories inside the controllers/views/helpers. Yes, I did have to add admin_ in a few places and inside the form partial I had to change the form_for(@user) to form_for([:admin, @user]).

When I try to create a new user (this is when I POST the user data) I get the following error message:

undefined method `user_url' for #<Admin::UsersController:0x13f408e0>

The application-level trace shows that the error is raised here:

app/controllers/admin/users_controller.rb:47:in `create'

The line of code where this error is raised:

format.html { redirect_to @user, :notice => 'User was successfully created.' }

The above line is inside the respond_to block.

So, I have two questions:

  1. How do I fix this issue?
  2. Is there a smarter, better, rails-way of doing this?

Also, bonus points if you suggest I re-do this in the smarter, better, rails-way! Well, I will do that anyway! 😀


Update

Oh, I almost forgot something that might be relevant! I also made Admin::UsersController inherit from Admin::AdminController (which normally in turn inherits from ApplicationController):

Admin::UsersController < Admin::AdminController

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T20:47:14+00:00Added an answer on June 13, 2026 at 8:47 pm

    You need to use the namespace in your redirect, too:

    redirect_to [:admin, @user] #...
    

    or

    redirect_to admin_user_path(@user) #...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this route: # config/routes.rb map.namespace :backshop, :path_prefix => '/:shop_id/admin' do |backshop| backshop.resources
ok i got this problem. i have this routes: (code bit change) File:/home/dotcloud/current/config/routes.js exports.routes
I have this Spring config: <bean id=boo class=com.x.TheClass/> The class TheClass implements TheInterface .
I have this variable defined in my web.config file : <appSettings> <add key =version
I have this textbox I use to capture keyboard shortcuts for a preferences config.
I have this code: @Override public void onSurfaceCreated(GL10 gl, EGLConfig config) { GLES20.glClearColor(0, 0,
Hallo I have this script: <? require(lib2/config.inc.php); require(lib2/tpl.class.php); require(lib2/db.class.php); require(lib2/um.class.php); $tpl = new template(templates,
In web.xml I have this <session-config> <session-timeout>2</session-timeout> </session-config> <listener> <listener-class>myapplication.SessionListener</listener-class> </listener> In the SessionListener.java
Weired problem! ASP.NET Session expires instantly. In my web.config I have this session settings:
I have added this rule in my web.config to redirect non www URLs to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.