Sha256: 52abbc678b8f74409446d2fa5596caffe68f9914bca6192f59cba8490956f7c4

Contents?: true

Size: 367 Bytes

Versions: 7

Compression:

Stored size: 367 Bytes

Contents

require "textile_editor_helper/version"
require 'action_view'

require_relative 'helpers/textile_editor_initialize'
require_relative 'helpers/default'

begin
  require 'simple_form'
  require_relative 'helpers/simple_form'
rescue LoadError
end

begin
  require 'formtastic'
  require_relative 'helpers/formtastic'
rescue LoadError
end

module TextileEditorHelper
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
textile_editor_helper-0.1.4 lib/textile_editor_helper.rb
textile_editor_helper-0.1.3 lib/textile_editor_helper.rb
textile_editor_helper-0.1.2 lib/textile_editor_helper.rb
textile_editor_helper-0.1.1 lib/textile_editor_helper.rb
textile_editor_helper-0.1.0 lib/textile_editor_helper.rb
textile_editor_helper-0.0.31 lib/textile_editor_helper.rb
textile_editor_helper-0.0.30 lib/textile_editor_helper.rb