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
Maybe it is better to move _access, safe and other from template.rb to separate file and not pollute small templates?
_access
safe
It can be as an option for skim engine. User can simply all helpers via require 'skim' in his application.js
require 'skim'
application.js
The text was updated successfully, but these errors were encountered:
Agreed, I will definitely accept a good pull request for this.
Sorry, something went wrong.
Closes appjudo#2; Moved skim js helpers to separate file
be58843
- Moved JS helpers to vendor/assets/javascripts/skim.js.coffee - Introduced :use_asset Skim::Engine option (default to false)
bc54f8d
No branches or pull requests
Maybe it is better to move
_access
,safe
and other from template.rb to separate file and not pollute small templates?It can be as an option for skim engine.
User can simply all helpers via
require 'skim'
in hisapplication.js
The text was updated successfully, but these errors were encountered: