class Object
Public Class Methods
down()
click to toggle source
# File lib/right_on/generators/templates/right_migration.rb, line 28 def self.down Right.destroy_all(:name => '<%= right_name %>') end
# File lib/right_on/generators/templates/right_migration.rb, line 28 def self.down Right.destroy_all(:name => '<%= right_name %>') end