Class: FileBuilder::Authorisation
- Inherits:
-
Object
- Object
- FileBuilder::Authorisation
- Includes:
- Callable
- Defined in:
- app/services/file_builder.rb
Instance Method Summary collapse
Methods included from Callable
Instance Method Details
#call ⇒ Object
57 58 59 60 61 62 63 64 65 |
# File 'app/services/file_builder.rb', line 57 def call if ['authorisation'] == '1' { before_actions: } else {} end end |