Navigation Menu

Skip to content

Commit

Permalink
schema: Remove "with" from column index options
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Feb 19, 2014
1 parent 9760906 commit 24d4409
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions lib/droonga/catalog/schema.rb
Expand Up @@ -21,16 +21,16 @@ def initialize(data)
@data = data
end

def with_section
@data["withSection"]
def section
@data["section"]
end

def with_weight
@data["withWeight"]
def weight
@data["weight"]
end

def with_position
@data["withPosition"]
def position
@data["position"]
end

def sources
Expand Down

0 comments on commit 24d4409

Please sign in to comment.