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 8287633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T12:06:14+00:00 2026-06-08T12:06:14+00:00

My Route scope :module => group do resources :groups do resources :topics end end

  • 0

My Route

  scope :module => "group" do
    resources :groups do 
      resources :topics
    end
  end

My model

class Post < ActiveRecord::Base
  belongs_to :group
end

class Group < ActiveRecord::Base
  has_many :posts
end

class Group::Topic < Post
end

My form:

<%= simple_form_for [@current_group, @topic], :html => {:id => "post_form", :class => 'form-horizontal'} do |f| -%> 
end

The error message is

undefined method `group_group_topics_path’ for

  • 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-08T12:06:16+00:00Added an answer on June 8, 2026 at 12:06 pm

    I don’t think the case is in simple_form. Most likely you have an error in your routes and they should be updated as follows:

    scope :module => "group" do
      resources :groups do 
        scope :module => :groups do
          resources :topics
        end
      end
    end
    

    Then you will get group_group_topics_path route working. To see all the topics routes type this command in the console: rake routes | grep 'topics'.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

These are my models: class Company < ActiveRecord::Base has_many :products end class Product <
My route: scope /ajax do resources :companies do resources :comments end end So, link_to
Trying to route: scope :shortcut do resources :text_elems end Using basic scaffold with form
This is my route: scope :username do resources :feedbacks end So when I go
This is my route: scope :username do resources :feedbacks end When I do rake
I have this route: scope :module => :mobile, :as => :mobile do constraints(:subdomain =>
I have this route: scope :module => :mobile, :as => :mobile do constraints(:subdomain =>
I have this in my routes.rb scope '/admin' do root :to => 'home#index' resources
In my buy subdomain, I have the following routes: constraints Subdomain::Buy do scope module:
I have such route: scope ':property', :constraints => { :property => /inv|um|tm|pp/ } do

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.