Class: AppProfiler::ProfileId
- Inherits:
-
Object
- Object
- AppProfiler::ProfileId
- Defined in:
- lib/app_profiler/profile_id.rb
Defined Under Namespace
Classes: Current
Class Method Summary collapse
Class Method Details
.current ⇒ Object
30 31 32 |
# File 'lib/app_profiler/profile_id.rb', line 30 def current Current.id end |
.current=(id) ⇒ Object
34 35 36 |
# File 'lib/app_profiler/profile_id.rb', line 34 def current=(id) Current.id = id end |