werein / x-editable-rails

Edit fields easily with X-Editable helper

Home Page:https://wereinhq.com/guides/x-editable-rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make rails assets overrideable

eyupatis opened this issue · comments

Right now, we can not override these three assets because we are requiring them like this:
https://github.com/werein/x-editable-rails/tree/master/vendor/assets/javascripts/editable/rails

#= require ./rails/editable_form
#= require ./rails/data_classes
#= require ./rails/error_handling

Sounds legit, merging