Skip to content

Commit 6fcd5d6

Browse files
author
Joel Quenneville
committed
built a test generator
1 parent 113ada7 commit 6fcd5d6

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

lib/ajax-datatables-rails.rb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
require "ajax-datatables-rails/version"
22

3-
module Ajax
4-
module Datatables
5-
module Rails
6-
# Your code goes here...
7-
end
8-
end
3+
module AjaxDatatablesRails
94
end
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class DatatableGenerator < Rails::Generators::Base
2+
create_file "app/datatables/datatable.rb", "# test"
3+
end

0 commit comments

Comments
 (0)