Sha256: d4bfd0db3ebcb4002e676e49d8a62178f297027fc5cd9ad71fc3353d42ebf897

Contents?: true

Size: 189 Bytes

Versions: 45

Compression:

Stored size: 189 Bytes

Contents

# -*- coding: utf-8 -*-
class EditorController < ApplicationController
  def index
  end

  def demo
    @filename = (File.basename(params[:filename]) || 'car_chase') + '.rb.xml'
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
smalruby-editor-0.2.6-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.2.6 app/controllers/editor_controller.rb
smalruby-editor-0.2.5-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.2.5 app/controllers/editor_controller.rb
smalruby-editor-0.2.4-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.2.4 app/controllers/editor_controller.rb
smalruby-editor-0.2.3-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.2.3 app/controllers/editor_controller.rb
smalruby-editor-0.2.2-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.2.2 app/controllers/editor_controller.rb
smalruby-editor-0.2.1-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.2.1 app/controllers/editor_controller.rb
smalruby-editor-0.2.0-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.2.0 app/controllers/editor_controller.rb
smalruby-editor-0.1.24-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.24 app/controllers/editor_controller.rb
smalruby-editor-0.1.23-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.23 app/controllers/editor_controller.rb
smalruby-editor-0.1.22-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.1.22 app/controllers/editor_controller.rb