Skip to content

Instantly share code, notes, and snippets.

@keita03301995
Last active March 22, 2016 08:44
Show Gist options
  • Save keita03301995/e94e693e2e4461d753dc to your computer and use it in GitHub Desktop.
Save keita03301995/e94e693e2e4461d753dc to your computer and use it in GitHub Desktop.
%h1 テーブル作成
%p テーブル作成用のSQLを入力
= form_for @table do |f|
.field
= f.text_field :sql
.actions
= f.submit "実行", name: "do_button"
- flash.each do |type, msg|
%div{class: "alert alert-#{type}"}= msg
= debug(params) if Rails.env.development?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment