mirror of
https://github.com/ditkrg/workflower-1.git
synced 2026-01-25 15:23:02 +00:00
Formats code
This commit is contained in:
@@ -15,8 +15,7 @@ class DummyFeature
|
||||
@sequence = 1
|
||||
end
|
||||
|
||||
def self.before_create(method_name)
|
||||
end
|
||||
def self.before_create(method_name); end
|
||||
|
||||
def assign_attributes(attrs)
|
||||
@workflow_state = attrs["workflow_state"]
|
||||
@@ -25,5 +24,5 @@ class DummyFeature
|
||||
|
||||
workflower source: WorkflowSource.new,
|
||||
workflower_state_column_name: "workflow_state",
|
||||
conditions: { name: "Test Workflow", workflow_model_name: "DummyEntity" }
|
||||
conditions: { workflow_model_name: "DummyEntity" }
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user