Formats code

This commit is contained in:
2021-10-02 04:11:11 +03:00
parent 09b3d2a616
commit 9b435cd079
8 changed files with 62 additions and 33 deletions

View File

@@ -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