Skip to content

Commit

Permalink
Change generator core class
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Feb 26, 2013
1 parent 1d2b14e commit dade95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/datagrid/generator.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require "rails/generators"

class Datagrid::Generator < Rails::Generators::NamedBase
class Datagrid::Generator < Rails::Generators::Base
source_root File.expand_path(__FILE__ + "/../../../templates")

def create_uploader_file
Expand Down

0 comments on commit dade95d

Please sign in to comment.