Skip to content

Instantly share code, notes, and snippets.

@electronicbites
Created August 25, 2015 11:36
Show Gist options
  • Save electronicbites/0f1abe9a27f5caf7b8a9 to your computer and use it in GitHub Desktop.
Save electronicbites/0f1abe9a27f5caf7b8a9 to your computer and use it in GitHub Desktop.
module Bookings
class BookingsController < ApplicationController
include GuestBookingSteps
layout 'bookings/application'
rescue_from Wicked::Wizard::InvalidStepError, with: :foo
DEFAULT_GUEST_COUNT = "2"
......
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment