lib/rasti/app/interaction.rb in rasti-app-0.0.4 vs lib/rasti/app/interaction.rb in rasti-app-0.0.5

- old
+ new

@@ -6,9 +6,13 @@ def self.build_form(params) constants.include?(:Form) ? const_get(:Form).new(params) : Form.new end + def self.asynchronic? + false + end + def initialize(container, context) @container = container @context = context end \ No newline at end of file