Module: RFPDF::ActionController::ClassMethods

Defined in:
lib/plugins/rfpdf/lib/rfpdf/action_controller.rb

Instance Method Summary (collapse)

Instance Method Details

- (Object) rfpdf(options)



11
12
13
14
# File 'lib/plugins/rfpdf/lib/rfpdf/action_controller.rb', line 11

def rfpdf(options)
  rfpdf_options = breakdown_rfpdf_options options
  write_inheritable_hash(:rfpdf, rfpdf_options)
end