Sha256: b4e46ae20028d172590cb35173303d8971c924c1abbe3bf1882bc9cb661921d4

Contents?: true

Size: 264 Bytes

Versions: 6

Compression:

Stored size: 264 Bytes

Contents

# -*- coding: utf-8 -*-
require "ostruct"

class EditorController < ApplicationController
  def index
  end

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

  def toolbox
    render :toolbox, layout: false
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
smalruby-editor-0.4.1-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.4.2-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.4.2 app/controllers/editor_controller.rb
smalruby-editor-0.4.1 app/controllers/editor_controller.rb
smalruby-editor-0.4.0-x86-mingw32 app/controllers/editor_controller.rb
smalruby-editor-0.4.0 app/controllers/editor_controller.rb