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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T23:45:30+00:00 2026-06-05T23:45:30+00:00

Disclaimer: I’m a rails n00b. I’m playing around with a simple helper function that

  • 0

Disclaimer: I’m a rails n00b. I’m playing around with a simple helper function that isn’t doing what I want it to do.

  • I have a model called ‘webform’ with a few text fields (name, address, etc)
  • I’m trying to use a helper function to test an if statement (i.e. ‘is the :address == ’10’)
  • Here’s the helper function

    def webforms_helper
      if :address == 10
        print "Address is 10"
      else
        print "Address is not 10"
      end   
    end
    
  • In my ‘show’ view, I have incorporated the helper function <%= webforms_helper %>

  • I load the web app, get no errors — though, it doesn’t print out ‘Address is 10’ or ‘Address is not 10’
  • I’ve also had no success using puts (and checking the console) instead of print

  • Any thoughts? I apologize for the novice question 😉

  • 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-05T23:45:31+00:00Added an answer on June 5, 2026 at 11:45 pm

    First, a proper helper would look like this:

    module ApplicationHelper
      def myformchecker(ahash)
         if ahash[:address] == '10'
            return 'Address is 10'
         end
      end
    end
    

    Then in your controller:

    class ApplicationController < ActionController::Base
      helper: application
      ...
    end
    

    Then in your view:

    <%= myformchecker(params) %>
    

    So if the view were rendered in response to a form submit, and the form has the following:

    <%= text_field_tag :address %>
    

    And when the user filled out the form and put the string ’10’ as the address, ‘Address is 10’ would be generated in your view.

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

Sidebar

Related Questions

Disclaimer: JS novice I have a JS widget that depends on JQuery. The widget's
Disclaimer: not sure this is WordPress related or not. I'm following a simple tutorial
Disclaimer : I'm quite a novice to RoR, but not with Ruby (if that
Disclaimer: super new to rails. I'm using Rails 3.2 Anyways, I'm trying to create
Disclaimer : I'm an SSRS n00b, so not too many rotten tomatoes please :)
Disclaimer, I'm not a PHP programmer, so you might find this question trivial. That's
Disclaimer : this is a strange issue that only happens in a Kindle Fire
Disclaimer: I'm new to unit testing and just getting my feet wet. That being
Disclaimer: I am new to python and django but have Drupal programming experience. I'm
Disclaimer: Never used php in my life. New to Unix and Jenkins I have

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.