Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access the serialised object in my model #61

Open
ganeshkumar opened this issue May 13, 2013 · 0 comments
Open

Unable to access the serialised object in my model #61

ganeshkumar opened this issue May 13, 2013 · 0 comments

Comments

@ganeshkumar
Copy link

Hi,

for examaple: User.rb model contains "reward" method which should be called using delayed job.

def reward
puts self.inspect ==> its returning the db record not the delayed job object [handler].
end
Now the problem is how do i access the delayed job object in reward method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant