Created
August 25, 2015 11:36
-
-
Save electronicbites/0f1abe9a27f5caf7b8a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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