Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: binarylogic/searchlogic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: zinergia/searchlogic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 4, 2021

  1. Update to_yaml.rb

    nhocki authored Oct 4, 2021
    Copy the full SHA
    edfd9c0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 lib/searchlogic/search/to_yaml.rb
4 changes: 2 additions & 2 deletions lib/searchlogic/search/to_yaml.rb
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ class Search
module ToYaml
def self.included(klass)
klass.class_eval do
yaml_as "tag:ruby.yaml.org,2002:class"
yaml_tag "tag:ruby.yaml.org,2002:class"
include InstanceMethods
end
end
@@ -28,4 +28,4 @@ def yaml_initialize(taguri, attributes = {})
end
end
end
end
end