Skip to content

Commit

Permalink
Merge 5ddd7d2 into 4bddbe3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexEscalante committed May 23, 2015
2 parents 4bddbe3 + 5ddd7d2 commit 3b11631
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rails_admin/config/fields/types/wysihtml5.rb
Expand Up @@ -16,11 +16,11 @@ class Wysihtml5 < RailsAdmin::Config::Fields::Types::Text
end

register_instance_option :css_location do
ActionController::Base.helpers.asset_path('bootstrap-wysihtml5.css')
ActionController::Base.helpers.asset_path('bootstrap-wysihtml5/index.css')
end

register_instance_option :js_location do
ActionController::Base.helpers.asset_path('bootstrap-wysihtml5.js')
ActionController::Base.helpers.asset_path('bootstrap-wysihtml5/index.js')
end

register_instance_option :partial do
Expand Down

0 comments on commit 3b11631

Please sign in to comment.