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

  • Home
  • SEARCH
  • 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 1084431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T22:33:39+00:00 2026-05-16T22:33:39+00:00

In Rails 3, I am having a problem accessing a helper method from within

  • 0

In Rails 3, I am having a problem accessing a helper method from within a model

In my ApplicationController I have a helper method called current_account which returns the account associated with the currently logged in user. I have a project model which contains projects that are associated with that account. I have specified ‘belongs_to :account’ in my project model and ‘has_many’ in my account model. All of this seems to be working correctly and my projects are being associated with the right accounts.

However at the moment when I use ‘Project.all’, all of the project records are being returned as you would expect. I would like it to automatically filter the projects so that only those associated with the specified account are returned and I would like this to be the default behaviour

So I tried using ‘default_scope’. The line in my model looks something like this

default_scope :order => :name, :conditions => ['account_id = ?', current_account.id]

This throws an error saying

Undefined local variable or method current_account for #

If I swap the call to current_account.id for an integer id – eg

default_scope :order => :name, :conditions => ['account_id = ?', 1]

Everything works correctly. How do I make my current_account method accessible to my model

Many Thanks

  • 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-05-16T22:33:40+00:00Added an answer on May 16, 2026 at 10:33 pm

    +1 for mark’s answer. This should still work in Rails 3.

    Just showing you the rails 3 way with scope and new query api:

    scope :my_custom_find, lambda { |account| where(:account_id=>account.id).order(:name) }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having some problem accessing Rails.root from my rails engine, that I'm creating. I
I am having a problem with structuring rails application. Let's say that I have
I'm having a problem in my Ruby on Rails app with a model where
I'm having a problem accessing my javascripts from certain pages in my local Ruby
I am having that problem that my model dont want to save. I have
I'm having a problem trying to get a recursive method to work in rails/ruby.
I'm working through Agile Web Development with Rails and having a problem with Task
I'm having problem with Rails plugin attachment_fu . On every upload, I get validation
i'm having problem to deal with charset in ruby on rails app, specificially in
I'm having a problem with Rails 3.2.1, a nested resource keeps complaining about an

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.