Sha256: 2febff2910714777b9a9b0fc60d812f51fc942da2e37c2341d7ee963329f9b17

Contents?: true

Size: 199 Bytes

Versions: 2

Compression:

Stored size: 199 Bytes

Contents

require "emoji4rails/helpers"

class ApplicationController < ActionController::Base
  include Emoji4Rails::Helpers

  def index
  end
  def test
  	render :inline => render_emoji(':bear:')
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
emoji4rails-0.0.2 test/test-app/app/controllers/application_controller.rb
emoji4rails-0.0.1 test/test-app/app/controllers/application_controller.rb