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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:38:00+00:00 2026-05-28T02:38:00+00:00

We are wanting to add a help page to our admin and we are

  • 0

We are wanting to add a help page to our admin and we are using the active admin gem. This page is not associated to any model so I am struggling trying to figure out how to get the link to show up in the menu bar on every page.

  • 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-28T02:38:01+00:00Added an answer on May 28, 2026 at 2:38 am

    Warning: this is hopelessly outdated, and not relevant in 2020 anymore. This was for activeadmin <0.7 versions.

    Make a file /app/models/help.rb with this contents, for more advanced tableless models you might want to check out http://keithmcdonnell.net/activerecord_tableless_model_gem.html or google your own insight together.

    class Help < ActiveRecord::Base
    
      def self.columns 
        @columns ||= []
      end
    
      # ...  
    
    end
    

    add an entry to /config/initializers/inflections.rb

    ActiveSupport::Inflector.inflections do |inflect|
      inflect.uncountable %w( help )
    end
    

    set up a route for your viewlogger, in config/routes.rb:

    match '/admin/help' => 'admin/help#index', :as => :admin_help
    

    now you can formulate the activeadmin register block as follows (make you sure you create a view partial in the right place)

    ActiveAdmin.register Help do      
      config.comments = false
      before_filter do @skip_sidebar = true end
      # menu false
      config.clear_action_items!   # this will prevent the 'new button' showing up    
      controller do
        def index
          # some hopefully useful code
          render 'admin/help/index', :layout => 'active_admin'
        end
      end   
    
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The company I work for is wanting to add blog functionality to our website
I'm wanting to remove a space between any two words and add anything that
I am wanting to add a menu look and operation similar to this blog
I'm wanting to add an element created using an Html helper to the screen
So I was offered help with this on another question, but I'm struggling to
I'm wanting to add a class to the body tag without waiting for the
I'm wanting to add a search box onto my website - which is built
I often face the problem of wanting to add additional methods to classes I
Not wanting to re-invent the wheel or anything, I was wondering if there's a
I am wanting to add a section in my php application to add /

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.