Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 690 Bytes

File metadata and controls

35 lines (22 loc) · 690 Bytes

BigosMenuBox

Widget with restaurant menu.

Installation

BigosMenuBox works with Rails 3.1 onwards. You can add it to your Gemfile with:

gem "bigos_menu_box", :git=>"git://github.com/weban/bigos_menu_box.git"

Gems "jquery-rails" and "bigos_settings" are required

Run the bundle command to install it.

After you install BigosMenuBox and add it to your Gemfile, you need to run the generator:

rails generate bigos_menu_box:install
rake bigos_menu_box:install:migrations
rake db:migrate

Configuration

Please set generated settings

Customization

You can use to generate view you can overwrite

rails generate bigos_menu_box:views