Class: FileBuilder::SkipCsrf
- Inherits:
-
Object
- Object
- FileBuilder::SkipCsrf
- Includes:
- Callable
- Defined in:
- app/services/file_builder.rb
Instance Method Summary collapse
Methods included from Callable
Instance Method Details
#call ⇒ Object
191 192 193 194 195 |
# File 'app/services/file_builder.rb', line 191 def call return {} unless ['skip-csrf'] == '1' { private_methods: code } end |