Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
Add Medium Editor assets
Browse files Browse the repository at this point in the history
  • Loading branch information
marjinal1st committed Jan 20, 2014
1 parent da84e3d commit aeeeb04
Show file tree
Hide file tree
Showing 7 changed files with 781 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/medium-editor-rails.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
require 'rails'
require 'medium-editor-rails/version'

module MediumEditorRails
module Rails
if ::Rails.version.to_s < '3.1'
require 'medium-editor-rails/railtie'
else
require 'medium-editor-rails/engine'
end
end
end
764 changes: 764 additions & 0 deletions vendor/assets/javascripts/medium-editor.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions vendor/assets/stylesheets/medium-editor.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aeeeb04

Please sign in to comment.