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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:05:56+00:00 2026-06-10T20:05:56+00:00

I have a strange problem. My audited gem does not work in my views

  • 0

I have a strange problem. My audited gem does not work in my views when i have this code in my contracten view:

<p><%= @contracten.respond_to?(:audits) %></p>
<br />
<%= @contracten.audits.each do |audit| %>
  <%= audit.version %>
  <br />
<% end %>

it gives the following error: undefined methodaudits’ for nil:NilClass`

When i only have this line in my views: <p><%= @contracten.respond_to?(:audits) %></p>
It showes false instead of true so i don’t think my controller is working properly.

My controller show:

  def show
    add_breadcrumb 'Contract Bekijken', :contracten_path

    @contracten = Contracten.find(params[:id])
  end

My model:

class Contracten < ActiveRecord::Base

  audited

  has_attached_file :pdf

  attr_accessible :betalingsperiodeeenheidid, :betalingstermijn, :contractduur, :contractid, :contractsoortid, :datumeinde, :datumingang, :naam, :omschrijving, :opzegtermijn, :organisatieid, :persoonid, :vestigingid, :pdf

end

I posted a similar question here: Show Last modified tables/records Rails 3.2 but that’s not specific about audited. i did not find a simplier gem for it so this may work. but i’m still struggling with the views

  • 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-10T20:05:57+00:00Added an answer on June 10, 2026 at 8:05 pm

    false is a correct response for nil.respond_to?(:audits)

    your @contracten is not being set up properly and it is nil. You probably need:

    <% if @contracten.present? %>
      <p><%= @contracten.respond_to?(:audits) %></p>  
      <%= @contracten.audits.each do |audit| %>
        <br /><%= audit.version %>
      <% end %>
    <% end %>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a strange problem where a XAML control is not visible in the
I have a strange problem. I do this query in a node.js server using
I have a strange problem when using Entity Framework code first. When I return
I have this strange problem parsing XML document in PHP loaded via cURL. I
I have strange problem. I have class which behaves similar dropdown list. package test.view;
I have some strange problem with PIL not resizing the image. from PIL import
I have this strange problem on my web page where if you click below
I have strange problem with XUL layouts. My current code: <xul:vbox> <xul:hbox> .. some
I have a strange problem regarding null pointer exception. I'm posting the problematic code
I have a strange problem when requesting access_token from dropbox. The same code works

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.