Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dynamic_menus

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamic_menus

  • 0.0.8
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= DynamicMenus

This project rocks and uses MIT-LICENSE.

= Installation

gem install dynamic_menus

Alter "roubes.rb" to include this in the top within the draw:

DynamicMenus.setup(routes: self)

Create a migration like this:

class CreateDynamicMenu < ActiveRecord::Migration def up DynamicMenus.create_tables end

def down DynamicMenus.drop_tables end end

Run db:migrate with this command:

rake db:migrate

Set up your menus by going to:

localhost:3000/dynamic_menus

FAQs

Package last updated on 08 Jun 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc