We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Today I was adding meta-tags to an existing app, and had to modify 50+ controllers & actions - a lot.
...so I thought: what If we could set meta tags from a config file?
Something like this:
meta_tags.rb
controller: "users" do action: "index" do title: "All users" end action: "show" do title: [user.first_name, "name"], description: "hello world" end end
What do you think about it? :)
The text was updated successfully, but these errors were encountered:
You can utilize i18n for this, similar to what #83 suggests. I am still looking for a good approach to implement it as core functionality.
Sorry, something went wrong.
No branches or pull requests
Today I was adding meta-tags to an existing app, and had to modify 50+ controllers & actions - a lot.
...so I thought: what If we could set meta tags from a config file?
Something like this:
meta_tags.rb
What do you think about it? :)
The text was updated successfully, but these errors were encountered: