Sha256: b43e22fd9fbca7069ed4be98a2d4890708bd332a9f85c0be9015b7927757547b

Contents?: true

Size: 232 Bytes

Versions: 3

Compression:

Stored size: 232 Bytes

Contents

class TestJavascriptController < ApplicationController
  
  layout "test_javascript"
  
  before_filter :always_activate_whowish_word
  
  def always_activate_whowish_word
    activate_whowish_word_edit_mode
  end
  
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
whowish_word-0.1.6 rails/app/controllers/test_javascript_controller.rb
whowish_word-0.1.5 rails/app/controllers/test_javascript_controller.rb
whowish_word-0.1.4 rails/app/controllers/test_javascript_controller.rb