mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 11:47:41 +00:00
- authentication routes are glitchy - custom devise views are not being displayed properly - routing issues and custom fields for devise routes and models
5 lines
114 B
Ruby
5 lines
114 B
Ruby
if Rails.env.development? || Rails.env.test?
|
|
# This introduces the `table` statement
|
|
extend Hirb::Console
|
|
end
|