Okechi Onyeje 9d17166e8f Dashboard integrated but with errors
- authentication routes are glitchy
- custom devise views are not being displayed properly
- routing issues and custom fields for devise routes and models
2017-01-19 15:42:49 -05:00

5 lines
114 B
Ruby

if Rails.env.development? || Rails.env.test?
# This introduces the `table` statement
extend Hirb::Console
end