Class: FileBuilder::TrackEvent
- Inherits:
-
Object
- Object
- FileBuilder::TrackEvent
- Includes:
- Callable
- Defined in:
- app/services/file_builder.rb
Instance Method Summary collapse
Methods included from Callable
Instance Method Details
#call ⇒ Object
119 120 121 122 123 124 125 126 127 128 |
# File 'app/services/file_builder.rb', line 119 def call if ['track_event'].present? { before_action: code, private_methods: code } else {} end end |