Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow MetaTagsCollection#update to recieve object #169

Commits on Jun 8, 2018

  1. Allow MetaTagsCollection#update to recieve object

    - If object responds to #to_meta_tags, call it. Otherwise, assume it's a
      Hash of meta tags and proceed as usual.
    - Allows set_meta_tags to receive an object that responds to
      to_meta_tags and just work
    Brent Odell committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    85ea1b4 View commit details
    Browse the repository at this point in the history
  2. Clean up MetaTagCollection#update logic

    Brent Odell committed Jun 8, 2018
    Configuration menu
    Copy the full SHA
    7212a90 View commit details
    Browse the repository at this point in the history